| Constructor and Description |
|---|
TableScan(String tableName,
List<String> columns,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RelNodeVisitor<R> visitor)
Accept method for the visitor pattern.
|
List<String> |
getColumns() |
List<RelNode> |
getInputs()
Returns the child RelNodes of this node (for iterative traversal).
|
String |
getTableName() |
String |
toString() |
public TableScan(String tableName, List<String> columns, SourceAnchor anchor)
public String getTableName()
public List<String> getColumns()
public List<RelNode> getInputs()
RelNodepublic <R> R accept(RelNodeVisitor<R> visitor)
RelNode