Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.partition |
Modifier and Type | Field and Description |
---|---|
protected PartitionMethodDesc |
TableDesc.partitionMethodDesc
the description of table partition
|
Modifier and Type | Method and Description |
---|---|
PartitionMethodDesc |
TableDesc.getPartitionMethod() |
static PartitionMethodDesc |
CatalogUtil.newPartitionMethodDesc(CatalogProtos.PartitionMethodProto proto) |
Modifier and Type | Method and Description |
---|---|
void |
TableDesc.setPartitionMethod(PartitionMethodDesc partitionMethodDesc) |
Modifier and Type | Method and Description |
---|---|
static PartitionMethodDesc |
PartitionMethodDesc.fromJson(String strVal) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.