Package | Description |
---|---|
org.apache.flink.table.planner.catalog | |
org.apache.flink.table.planner.plan.schema |
Modifier and Type | Class and Description |
---|---|
class |
QueryOperationCatalogViewTable
A bridge between a Flink's specific
QueryOperationCatalogView and a Calcite's RelOptTable . |
class |
SqlCatalogViewTable
A bridge between a Flink's specific
CatalogView and a Calcite's RelOptTable . |
Modifier and Type | Class and Description |
---|---|
class |
CatalogSourceTable
A
FlinkPreparingTableBase implementation which defines the interfaces required to
translate the Calcite RelOptTable to the Flink specific TableSourceTable . |
class |
ExpandingPreparingTable
A common subclass for all tables that are expanded to sub-query (views).
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.