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