public class TiPartitionExpr extends Object implements Serializable
Constructor and Description |
---|
TiPartitionExpr(List<Expression> ranges,
List<Expression> upperBound,
Expression column) |
Modifier and Type | Method and Description |
---|---|
boolean |
canPruned() |
Expression |
getColumn() |
List<Expression> |
getRanges() |
List<Expression> |
getUpperBound() |
public TiPartitionExpr(List<Expression> ranges, List<Expression> upperBound, Expression column)
public Expression getColumn()
public List<Expression> getUpperBound()
public List<Expression> getRanges()
public boolean canPruned()
Copyright © 2024 PingCAP. All rights reserved.