| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ColumnSegment> |
ColumnExtractor.extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
Collection<ColumnSegment> |
ColumnsExtractor.extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnSelectItemSegment
Column select item segment.
|
| Constructor and Description |
|---|
ColumnSelectItemSegment(String text,
ColumnSegment columnSegment) |
| Constructor and Description |
|---|
ColumnOrderByItemSegment(int startIndex,
int stopIndex,
ColumnSegment column,
OrderDirection orderDirection,
OrderDirection nullOrderDirection) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.