public class CsvStreamTableFactory extends Object implements org.apache.calcite.schema.TableFactory<CsvTable>
CsvTranslatableTable.
Allows a CSV table to be included in a model.json file, even in a
schema that is not based upon CsvSchema.
| Constructor and Description |
|---|
CsvStreamTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
CsvTable |
create(org.apache.calcite.schema.SchemaPlus schema,
String name,
Map<String,Object> operand,
org.apache.calcite.rel.type.RelDataType rowType) |
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.