Class IndexGroup
java.lang.Object
org.apache.drill.exec.planner.index.IndexGroup
Encapsulates one or more IndexProperties representing (non)covering or intersecting indexes. The encapsulated
IndexProperties are used to rank the index in comparison with other IndexGroups.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIndexProp
(List<IndexProperties> prop) void
addIndexProp
(IndexProperties prop) boolean
int
boolean
-
Constructor Details
-
IndexGroup
public IndexGroup()
-
-
Method Details
-
isIntersectIndex
public boolean isIntersectIndex() -
numIndexes
public int numIndexes() -
addIndexProp
-
addIndexProp
-
removeIndexProp
-
getIndexProps
-