All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
classToTypeName(Class<? extends RelNode> class_)
|
RelNode |
create(Map<String,Object> map) |
Constructor |
getConstructor(String type) |
(package private) SqlAggFunction |
toAggregation(String agg,
Map<String,Object> map) |
RelCollation |
toCollation(List<Map<String,Object>> jsonFieldCollations) |
RelDistribution |
toDistribution(Object o) |
RelFieldCollation |
toFieldCollation(Map<String,Object> map) |
Object |
toJson(AggregateCall node) |
private Object |
toJson(CorrelationId node) |
(package private) Object |
toJson(Object value) |
Object |
toJson(RelCollationImpl node) |
private Object |
toJson(RelDataType node) |
private Object |
toJson(RelDataTypeField node) |
private Object |
toJson(RexNode node) |
private String |
toJson(SqlOperator operator) |
private SqlOperator |
toOp(String op,
Map<String,Object> map) |
(package private) RexNode |
toRex(RelInput relInput,
Object o) |
private List<RexNode> |
toRexList(RelInput relInput,
List operands) |
RelDataType |
toType(RelDataTypeFactory typeFactory,
Object o) |
Class |
typeNameToClass(String type)
Converts a type name to a class.
|