public class RelDef extends Object
| Constructor and Description |
|---|
RelDef(org.apache.calcite.rel.type.RelDataType rowType,
List<String> keyFields,
List<ColumnStrategy> strategies) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getKeyFields() |
org.apache.calcite.rel.type.RelDataType |
getRowType() |
List<ColumnStrategy> |
getStrategies() |
public RelDef(org.apache.calcite.rel.type.RelDataType rowType,
List<String> keyFields,
List<ColumnStrategy> strategies)
public org.apache.calcite.rel.type.RelDataType getRowType()
public List<ColumnStrategy> getStrategies()
Copyright © 2020. All rights reserved.