Uses of Class
org.apache.flink.table.gateway.api.results.TableInfo
Packages that use TableInfo
-
Uses of TableInfo in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return types with arguments of type TableInfoModifier and TypeMethodDescriptionSqlGatewayService.listTables(SessionHandle sessionHandle, String catalogName, String databaseName, Set<org.apache.flink.table.catalog.CatalogBaseTable.TableKind> tableKinds) Return all available tables/views in the given catalog and database.