public class FindPartitionConditions.OpState extends Object
| Constructor and Description |
|---|
OpState(org.apache.calcite.sql.SqlOperator op) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(org.apache.calcite.rex.RexNode n) |
void |
clear() |
List<org.apache.calcite.rex.RexNode> |
getChildren() |
org.apache.calcite.sql.SqlOperator |
getOp() |
public org.apache.calcite.sql.SqlOperator getOp()
public void addChild(org.apache.calcite.rex.RexNode n)
public List<org.apache.calcite.rex.RexNode> getChildren()
public void clear()
Copyright © 2021 The Apache Software Foundation. All rights reserved.