public class RowPrefixNode extends DALNode
positionBegin| Constructor and Description |
|---|
RowPrefixNode(java.util.Optional<java.lang.Integer> index,
java.util.Optional<Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode>> rowSchema,
java.util.Optional<DALOperator> rowOperator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasIndex() |
DALExpression |
indexAndSchema(DALNode input,
DALOperator defaultOperator,
DALNode data) |
java.lang.String |
inspect() |
OperatorParser<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator,DALProcedure> |
rowOperator() |
bracketSymbolNode, constFalse, constNode, constNull, constString, constTrue, elementSchemas, evaluate, evaluateData, getRootSymbolName, parenthesesNode, propertyChain, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verify, verifyBy, verifyBygetOperandPosition, getPositionBegin, setPositionBeginpublic RowPrefixNode(java.util.Optional<java.lang.Integer> index,
java.util.Optional<Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode>> rowSchema,
java.util.Optional<DALOperator> rowOperator)
public boolean hasIndex()
public DALExpression indexAndSchema(DALNode input, DALOperator defaultOperator, DALNode data)
public OperatorParser<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator,DALProcedure> rowOperator()