Class Qualifier
java.lang.Object
org.apache.drill.exec.physical.resultSet.project.Qualifier
- All Implemented Interfaces:
QualifierContainer
Represents one level of qualifier for a column. Analogous to
a
SchemaPath
, but represents the result of coalescing
multiple occurrences of the same column.-
Constructor Details
-
Qualifier
public Qualifier()
-
-
Method Details
-
qualifier
- Specified by:
qualifier
in interfaceQualifierContainer
-
requireQualifier
- Specified by:
requireQualifier
in interfaceQualifierContainer
-
isArray
public boolean isArray() -
hasIndexes
public boolean hasIndexes() -
hasIndex
public boolean hasIndex(int index) -
maxIndex
public int maxIndex() -
indexArray
public boolean[] indexArray() -
isTuple
public boolean isTuple() -
tuple
-
addIndex
protected void addIndex(int index) -
projectAllElements
protected void projectAllElements() -
arrayDims
public int arrayDims() -
projectAllMembers
public void projectAllMembers() -
explicitMembers
-
toString
-