public abstract class GroupByExtractor extends Object implements OptionalSQLSegmentExtractor
| Constructor and Description |
|---|
GroupByExtractor() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<GroupBySegment> |
extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes)
Extract SQL segment from SQL AST.
|
public final com.google.common.base.Optional<GroupBySegment> extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode, Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes)
OptionalSQLSegmentExtractorextract in interface OptionalSQLSegmentExtractorancestorNode - ancestor node of ASTparameterMarkerIndexes - parameter marker indexesCopyright © 2020 The Apache Software Foundation. All rights reserved.