Class ArrowSchemaFactory

java.lang.Object
org.apache.calcite.adapter.arrow.ArrowSchemaFactory
All Implemented Interfaces:
SchemaFactory

public class ArrowSchemaFactory extends Object implements SchemaFactory
Factory that creates an ArrowSchema.
  • Constructor Details

    • ArrowSchemaFactory

      public ArrowSchemaFactory()
  • Method Details

    • create

      public Schema create(SchemaPlus parentSchema, String name, Map<String,Object> operand)
      Description copied from interface: SchemaFactory
      Creates a Schema.
      Specified by:
      create in interface SchemaFactory
      Parameters:
      parentSchema - Parent schema
      name - Name of this schema
      operand - The "operand" JSON property
      Returns:
      Created schema