Package org.apache.calcite.model
Class JsonCustomTable
java.lang.Object
org.apache.calcite.model.JsonTable
org.apache.calcite.model.JsonCustomTable
Custom table schema element.
 
Like base class JsonTable,
 occurs within JsonMapSchema.tables.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal StringName of the factory class for this table.Contains attributes to be passed to the factory.
- 
Constructor SummaryConstructorsConstructorDescriptionJsonCustomTable(String name, JsonStream stream, String factory, @Nullable Map<String, Object> operand) 
- 
Method Summary
- 
Field Details- 
factoryName of the factory class for this table.Required. Must implement interface TableFactoryand have a public default constructor.
- 
operandContains attributes to be passed to the factory.May be a JSON object (represented as Map) or null. 
 
- 
- 
Constructor Details- 
JsonCustomTable
 
- 
- 
Method Details