public final class ColumnDefinitionExtractor extends Object implements OptionalSQLSegmentExtractor
| Constructor and Description |
|---|
ColumnDefinitionExtractor() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ColumnDefinitionSegment> |
extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
Extract SQL segment from SQL AST.
|
public com.google.common.base.Optional<ColumnDefinitionSegment> extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
OptionalSQLSegmentExtractorextract in interface OptionalSQLSegmentExtractorancestorNode - ancestor node of ASTCopyright © 2019 The Apache Software Foundation. All rights reserved.