All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ResultFetcher |
callDescribeJobOperation(TableEnvironmentInternal tableEnv,
OperationHandle operationHandle,
DescribeJobOperation describeJobOperation) |
ResultFetcher |
callExecutableOperation(OperationHandle handle,
ExecutableOperation op) |
protected ResultFetcher |
callRemoveJar(OperationHandle operationHandle,
String jarPath) |
ResultFetcher |
callShowJobsOperation(TableEnvironmentInternal tableEnv,
OperationHandle operationHandle,
ShowJobsOperation showJobsOperation) |
ResultFetcher |
callStopJobOperation(TableEnvironmentInternal tableEnv,
OperationHandle handle,
StopJobOperation stopJobOperation) |
ResultFetcher |
configureSession(OperationHandle handle,
String statement) |
ResultFetcher |
executeStatement(OperationHandle handle,
Configuration customConfig,
String statement) |
ResultFetcher |
executeStatement(OperationHandle handle,
String statement) |
ResultFetcher |
getCompletionHints(OperationHandle operationHandle,
String statement,
int position) |
String |
getCurrentCatalog() |
FunctionDefinition |
getFunctionDefinition(UnresolvedIdentifier identifier) |
SessionContext |
getSessionContext() |
ResolvedCatalogBaseTable<?> |
getTable(ObjectIdentifier tableIdentifier) |
TableEnvironmentInternal |
getTableEnvironment() |
TableEnvironmentInternal |
getTableEnvironment(ResourceManager resourceManager,
Configuration customConfig) |
Set<String> |
listCatalogs() |
Set<String> |
listDatabases(String catalogName) |
Set<FunctionInfo> |
listSystemFunctions() |
Set<TableInfo> |
listTables(String catalogName,
String databaseName,
Set<CatalogBaseTable.TableKind> tableKinds) |
Set<FunctionInfo> |
listUserDefinedFunctions(String catalogName,
String databaseName) |
ResultFetcher |
refreshMaterializedTable(OperationHandle handle,
String materializedTableIdentifier,
boolean isPeriodic,
String scheduleTime,
Map<String,String> staticPartitions,
Map<String,String> dynamicOptions) |
boolean |
tableExists(ObjectIdentifier tableIdentifier) |