Package | Description |
---|---|
org.apache.tajo.catalog |
Modifier and Type | Field and Description |
---|---|
protected Options |
TableMeta.options |
Modifier and Type | Method and Description |
---|---|
static Options |
Options.create() |
static Options |
Options.create(Options options) |
Options |
TableMeta.getOptions() |
Modifier and Type | Method and Description |
---|---|
static Options |
Options.create(Options options) |
static TableMeta |
CatalogUtil.newTableMeta(CatalogProtos.StoreType type,
Options options) |
void |
Options.putAll(Options options) |
void |
TableMeta.setOptions(Options options) |
Constructor and Description |
---|
Options(Options options) |
TableDesc(String tableName,
Schema schema,
CatalogProtos.StoreType type,
Options options,
org.apache.hadoop.fs.Path path) |
TableMeta(CatalogProtos.StoreType type,
Options options) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.