public class TableRowPrefixNode extends DALNode
| Constructor and Description |
|---|
TableRowPrefixNode(java.util.Optional<DALNode> indexOrProperty,
java.util.Optional<com.github.leeonky.interpreter.Clause<DALNode>> rowSchema,
java.util.Optional<DALOperator> rowOperator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
inspect() |
DALExpression |
makeExpressionWithOptionalIndexAndSchema(com.github.leeonky.dal.ast.node.table.RowType rowType,
DALNode input,
DALOperator defaultOperator,
DALNode expectedRow) |
com.github.leeonky.interpreter.OperatorParser<DALNode,DALOperator,DALProcedure> |
operator() |
java.util.Optional<java.lang.Integer> |
position() |
com.github.leeonky.dal.ast.node.table.RowType |
resolveRowType() |
collectFields, evaluate, evaluateData, getRootSymbolName, propertyChain, verify, verifypublic TableRowPrefixNode(java.util.Optional<DALNode> indexOrProperty, java.util.Optional<com.github.leeonky.interpreter.Clause<DALNode>> rowSchema, java.util.Optional<DALOperator> rowOperator)
public DALExpression makeExpressionWithOptionalIndexAndSchema(com.github.leeonky.dal.ast.node.table.RowType rowType, DALNode input, DALOperator defaultOperator, DALNode expectedRow)
public com.github.leeonky.interpreter.OperatorParser<DALNode,DALOperator,DALProcedure> operator()
public com.github.leeonky.dal.ast.node.table.RowType resolveRowType()
public java.util.Optional<java.lang.Integer> position()