Package | Description |
---|---|
org.apache.tajo.catalog |
Modifier and Type | Method and Description |
---|---|
static TableDesc |
CatalogUtil.newTableDesc(CatalogProtos.TableDescProto proto) |
static TableDesc |
CatalogUtil.newTableDesc(String tableName,
Schema schema,
TableMeta meta,
org.apache.hadoop.fs.Path path) |
Modifier and Type | Method and Description |
---|---|
static String |
DDLBuilder.buildDDLForBaseTable(TableDesc desc) |
static String |
DDLBuilder.buildDDLForExternalTable(TableDesc desc) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.