public class PigTableFactory extends java.lang.Object implements TableFactory<PigTable>
PigTable.
Allows a Pig table to be included in a model.json file.
| Constructor and Description |
|---|
PigTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
PigTable |
create(SchemaPlus schema,
java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> operand,
RelDataType rowType) |
public PigTable create(SchemaPlus schema, java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> operand, RelDataType rowType)
create in interface TableFactory<PigTable>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.