public class CsvSchema extends AbstractSchema
Schema.TableType| Constructor and Description |
|---|
CsvSchema(File directoryFile,
CsvTable.Flavor flavor)
Creates a CSV schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Table> |
getTableMap() |
contentsHaveChangedSince, getExpression, getFunctionMultimap, getFunctionNames, getFunctions, getSubSchema, getSubSchemaMap, getSubSchemaNames, getTable, getTableNames, isMutablepublic CsvSchema(File directoryFile, CsvTable.Flavor flavor)
directoryFile - Directory that holds .csv filesflavor - Whether to instantiate flavor tables that undergo
query optimizationprotected Map<String,Table> getTableMap()
getTableMap in class AbstractSchemaCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.