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