Package org.apache.calcite.adapter.csv
Class CsvSchemaFactory
java.lang.Object
org.apache.calcite.adapter.csv.CsvSchemaFactory
- All Implemented Interfaces:
- SchemaFactory
Factory that creates a 
CsvSchema.
 Allows a custom schema to be included in a model.json
 file.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final CsvSchemaFactoryPublic singleton, per factory contract.
- 
Method Summary
- 
Field Details- 
INSTANCEPublic singleton, per factory contract.
 
- 
- 
Method Details- 
createDescription copied from interface:SchemaFactoryCreates a Schema.- Specified by:
- createin interface- SchemaFactory
- Parameters:
- parentSchema- Parent schema
- name- Name of this schema
- operand- The "operand" JSON property
- Returns:
- Created schema
 
 
-