public class PigTableFactory extends Object implements org.apache.calcite.schema.TableFactory<PigTable>
PigTable
Allows a Pig table to be included in a model.json file.
PigTableFactory()
create(org.apache.calcite.schema.SchemaPlus schema, String name, Map<String,Object> operand, @Nullable org.apache.calcite.rel.type.RelDataType rowType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PigTableFactory()
public PigTable create(org.apache.calcite.schema.SchemaPlus schema, String name, Map<String,Object> operand, @Nullable org.apache.calcite.rel.type.RelDataType rowType)
create
org.apache.calcite.schema.TableFactory<PigTable>
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.