public static class CreateTable.RangePartitionSpecifier extends CreateTable.PartitionSpecifier
Constructor and Description |
---|
CreateTable.RangePartitionSpecifier(String name) |
CreateTable.RangePartitionSpecifier(String name,
Expr end) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expr |
getEnd() |
int |
hashCode() |
boolean |
isEndMaxValue() |
getName
public CreateTable.RangePartitionSpecifier(String name, Expr end)
public CreateTable.RangePartitionSpecifier(String name)
public Expr getEnd()
public boolean isEndMaxValue()
public int hashCode()
hashCode
in class CreateTable.PartitionSpecifier
public boolean equals(Object o)
equals
in class CreateTable.PartitionSpecifier
Copyright © 2014 Apache Software Foundation. All Rights Reserved.