public static class CreateTable.ListPartition extends CreateTable.PartitionMethodDescExpr
Constructor and Description |
---|
CreateTable.ListPartition(ColumnReferenceExpr[] columns,
List<CreateTable.ListPartitionSpecifier> specifers) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
ColumnReferenceExpr[] |
getColumns() |
List<CreateTable.ListPartitionSpecifier> |
getSpecifiers() |
int |
hashCode() |
getPartitionType
public CreateTable.ListPartition(ColumnReferenceExpr[] columns, List<CreateTable.ListPartitionSpecifier> specifers)
public ColumnReferenceExpr[] getColumns()
public List<CreateTable.ListPartitionSpecifier> getSpecifiers()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.