public class AdvancedIndexDesc extends Object
Constructor and Description |
---|
AdvancedIndexDesc(String indexTypeName,
ExprNode[] indexedExpressions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsAdvancedIndex(AdvancedIndexDesc that) |
ExprNode[] |
getIndexedExpressions() |
String |
getIndexTypeName() |
String |
toQueryPlan() |
public String getIndexTypeName()
public ExprNode[] getIndexedExpressions()
public boolean equalsAdvancedIndex(AdvancedIndexDesc that)
public String toQueryPlan()