public class Qualifier extends Object implements QualifierContainer
SchemaPath
, but represents the result of coalescing
multiple occurrences of the same column.Constructor and Description |
---|
Qualifier() |
Modifier and Type | Method and Description |
---|---|
protected void |
addIndex(int index) |
int |
arrayDims() |
RequestedTupleImpl |
explicitMembers() |
boolean |
hasIndex(int index) |
boolean |
hasIndexes() |
boolean[] |
indexArray() |
boolean |
isArray() |
boolean |
isTuple() |
int |
maxIndex() |
protected void |
projectAllElements() |
void |
projectAllMembers() |
Qualifier |
qualifier() |
Qualifier |
requireQualifier() |
String |
toString() |
RequestedTuple |
tuple() |
public Qualifier qualifier()
qualifier
in interface QualifierContainer
public Qualifier requireQualifier()
requireQualifier
in interface QualifierContainer
public boolean isArray()
public boolean hasIndexes()
public boolean hasIndex(int index)
public int maxIndex()
public boolean[] indexArray()
public boolean isTuple()
public RequestedTuple tuple()
protected void addIndex(int index)
protected void projectAllElements()
public int arrayDims()
public void projectAllMembers()
public RequestedTupleImpl explicitMembers()
Copyright © 1970 The Apache Software Foundation. All rights reserved.