Package org.apache.calcite.adapter.arrow
Class ArrowSchemaFactory
java.lang.Object
org.apache.calcite.adapter.arrow.ArrowSchemaFactory
- All Implemented Interfaces:
- SchemaFactory
Factory that creates an 
ArrowSchema.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ArrowSchemaFactorypublic ArrowSchemaFactory()
 
- 
- 
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
 
 
-