public static class MergeInstr.MergeSource extends Object
Modifier and Type | Field and Description |
---|---|
Expression |
anchorSelect |
Expression |
rowSelect |
SortKeyDefinition[] |
sortKeyDef |
Constructor and Description |
---|
MergeInstr.MergeSource(Expression aSelect,
Expression rSelect,
SortKeyDefinition[] sKeys)
Create a MergeSource object
|
public Expression anchorSelect
public Expression rowSelect
public SortKeyDefinition[] sortKeyDef
public MergeInstr.MergeSource(Expression aSelect, Expression rSelect, SortKeyDefinition[] sKeys)
aSelect
- the select expression that selects anchor nodes, one per input sequencerSelect
- the select expression that selects items for the merge inputs, evaluated one per anchor nodesKeys
- the merge key definitionspublic MergeInstr.MergeSource copy()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.