public class PigTableFactory extends 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,
String name,
Map<String,Object> operand,
RelDataType rowType) |
public PigTable create(SchemaPlus schema, String name, Map<String,Object> operand, RelDataType rowType)
create in interface TableFactory<PigTable>Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.