public class CsvSchema
extends org.apache.calcite.schema.impl.AbstractSchema
| Constructor and Description |
|---|
CsvSchema(File directoryFile,
CsvTable.Flavor flavor)
Creates a CSV schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,org.apache.calcite.schema.Table> |
getTableMap() |
public CsvSchema(File directoryFile, CsvTable.Flavor flavor)
directoryFile - Directory that holds .csv filesflavor - Whether to instantiate flavor tables that undergo
query optimizationCopyright © 2012-2020 Apache Software Foundation. All Rights Reserved.