Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.json |
Modifier and Type | Field and Description |
---|---|
protected TableMeta |
TableDesc.meta |
Modifier and Type | Method and Description |
---|---|
TableMeta |
TableDesc.getMeta() |
static TableMeta |
TableUtil.getTableMeta(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path tablePath) |
static TableMeta |
CatalogUtil.newTableMeta(CatalogProtos.StoreType type) |
static TableMeta |
CatalogUtil.newTableMeta(CatalogProtos.StoreType type,
Options options) |
Modifier and Type | Method and Description |
---|---|
static TableDesc |
CatalogUtil.newTableDesc(String tableName,
Schema schema,
TableMeta meta,
org.apache.hadoop.fs.Path path) |
void |
TableDesc.setMeta(TableMeta info) |
Constructor and Description |
---|
TableDesc(String tableName,
Schema schema,
TableMeta meta,
org.apache.hadoop.fs.Path path) |
TableDesc(String tableName,
Schema schema,
TableMeta meta,
org.apache.hadoop.fs.Path path,
boolean external) |
Modifier and Type | Method and Description |
---|---|
TableMeta |
TableMetaAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
TableMetaAdapter.serialize(TableMeta src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.