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