Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.partition |
Modifier and Type | Field and Description |
---|---|
protected Schema |
TableDesc.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.addColumn(String name,
TajoDataTypes.DataType dataType) |
Schema |
Schema.addColumn(String name,
TajoDataTypes.Type type) |
Schema |
Schema.addColumn(String name,
TajoDataTypes.Type type,
int length) |
Schema |
TableDesc.getLogicalSchema() |
Schema |
TableDesc.getSchema() |
Schema |
SchemaObject.getSchema() |
Modifier and Type | Method and Description |
---|---|
void |
Schema.addColumns(Schema schema) |
static TableDesc |
CatalogUtil.newTableDesc(String tableName,
Schema schema,
TableMeta meta,
org.apache.hadoop.fs.Path path) |
void |
TableDesc.setSchema(Schema schem) |
Constructor and Description |
---|
Schema(Schema schema) |
TableDesc(String tableName,
Schema schema,
CatalogProtos.StoreType type,
Options options,
org.apache.hadoop.fs.Path path) |
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 |
---|---|
Schema |
PartitionMethodDesc.getExpressionSchema() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionMethodDesc.setExpressionSchema(Schema expressionSchema) |
Constructor and Description |
---|
PartitionMethodDesc(String databaseName,
String tableName,
CatalogProtos.PartitionType partitionType,
String expression,
Schema expressionSchema) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.