Package | Description |
---|---|
org.apache.flink.table.gateway.api | |
org.apache.flink.table.gateway.service | |
org.apache.flink.table.gateway.service.operation |
Modifier and Type | Method and Description |
---|---|
Set<TableInfo> |
SqlGatewayService.listTables(SessionHandle sessionHandle,
String catalogName,
String databaseName,
Set<CatalogBaseTable.TableKind> tableKinds)
Return all available tables/views in the given catalog and database.
|
Modifier and Type | Method and Description |
---|---|
Set<TableInfo> |
SqlGatewayServiceImpl.listTables(SessionHandle sessionHandle,
String catalogName,
String databaseName,
Set<CatalogBaseTable.TableKind> tableKinds) |
Modifier and Type | Method and Description |
---|---|
Set<TableInfo> |
OperationExecutor.listTables(String catalogName,
String databaseName,
Set<CatalogBaseTable.TableKind> tableKinds) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.