public abstract class CsvTable extends AbstractTable
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvTable.Flavor
Various degrees of table "intelligence".
|
| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.calcite.adapter.csv.CsvFieldType> |
fieldTypes |
protected File |
file |
| Modifier and Type | Method and Description |
|---|---|
RelDataType |
getRowType(RelDataTypeFactory typeFactory) |
getJdbcTableType, getStatisticprotected final File file
protected List<org.apache.calcite.adapter.csv.CsvFieldType> fieldTypes
public RelDataType getRowType(RelDataTypeFactory typeFactory)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.