public final class TableNamesExtractor extends Object implements CollectionSQLSegmentExtractor
| Constructor and Description |
|---|
TableNamesExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableSegment> |
extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
Extract SQL segments from SQL AST.
|
public Collection<TableSegment> extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
CollectionSQLSegmentExtractorextract in interface CollectionSQLSegmentExtractorancestorNode - ancestor node of ASTCopyright © 2019 The Apache Software Foundation. All rights reserved.