public class TableNameExtractionUtils
extends java.lang.Object
Supports queries:
... FROM table... ... FROM table1, table2 AS x... ... FROM table1 JOIN (LEFT, INNER, OUTER etc) table2 JOIN table3 ... ... FROM table1 UNION (INTERSECT etc) SELECT ...
Constructor and Description |
---|
TableNameExtractionUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TableName> |
extractTableNamesFromNode(@Nullable org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode node) |