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 Summary
-
Method Summary
-
Constructor Details
-
ArrowSchemaFactory
public ArrowSchemaFactory()
-
-
Method Details
-
create
Description copied from interface:SchemaFactory
Creates a Schema.- Specified by:
create
in interfaceSchemaFactory
- Parameters:
parentSchema
- Parent schemaname
- Name of this schemaoperand
- The "operand" JSON property- Returns:
- Created schema
-