public class RowPrefixNode extends DALNode
positionBegin| Constructor and Description |
|---|
RowPrefixNode(java.util.Optional<DALNode> key,
java.util.Optional<Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode>> rowSchema,
java.util.Optional<DALOperator> rowOperator) |
| Modifier and Type | Method and Description |
|---|---|
com.github.leeonky.dal.ast.table.RowKeyType |
getRowKeyType() |
DALExpression |
indexAndSchema(com.github.leeonky.dal.ast.table.RowKeyType rowKeyType,
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, verify, verify, verifyBy, verifyBygetOperandPosition, getPositionBegin, setPositionBeginpublic RowPrefixNode(java.util.Optional<DALNode> key, java.util.Optional<Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode>> rowSchema, java.util.Optional<DALOperator> rowOperator)
public DALExpression indexAndSchema(com.github.leeonky.dal.ast.table.RowKeyType rowKeyType, DALNode input, DALOperator defaultOperator, DALNode data)
public OperatorParser<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator,DALProcedure> rowOperator()
public com.github.leeonky.dal.ast.table.RowKeyType getRowKeyType()