| Package | Description |
|---|---|
| org.apache.flink.table.gateway.service.operation | |
| org.apache.flink.table.gateway.service.result |
| Modifier and Type | Method and Description |
|---|---|
protected ResultFetcher |
OperationExecutor.callRemoveJar(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
String jarPath) |
ResultFetcher |
OperationExecutor.callShowJobsOperation(org.apache.flink.table.api.internal.TableEnvironmentInternal tableEnv,
org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
org.apache.flink.table.operations.command.ShowJobsOperation showJobsOperation) |
ResultFetcher |
OperationExecutor.callStopJobOperation(org.apache.flink.table.api.internal.TableEnvironmentInternal tableEnv,
org.apache.flink.table.gateway.api.operation.OperationHandle handle,
org.apache.flink.table.operations.command.StopJobOperation stopJobOperation) |
ResultFetcher |
OperationExecutor.configureSession(org.apache.flink.table.gateway.api.operation.OperationHandle handle,
String statement) |
ResultFetcher |
OperationExecutor.executeStatement(org.apache.flink.table.gateway.api.operation.OperationHandle handle,
String statement) |
ResultFetcher |
OperationExecutor.getCompletionHints(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
String statement,
int position) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.gateway.api.operation.OperationHandle |
OperationManager.submitOperation(java.util.function.Function<org.apache.flink.table.gateway.api.operation.OperationHandle,ResultFetcher> fetcherSupplier)
Submit the operation to the
OperationManager. |
| Constructor and Description |
|---|
Operation(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
Callable<ResultFetcher> resultSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static ResultFetcher |
ResultFetcher.fromResults(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
org.apache.flink.table.catalog.ResolvedSchema resultSchema,
List<org.apache.flink.table.data.RowData> results) |
static ResultFetcher |
ResultFetcher.fromResults(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
org.apache.flink.table.catalog.ResolvedSchema resultSchema,
List<org.apache.flink.table.data.RowData> results,
org.apache.flink.api.common.JobID jobID,
org.apache.flink.table.api.ResultKind resultKind) |
static ResultFetcher |
ResultFetcher.fromTableResult(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
org.apache.flink.table.api.internal.TableResultInternal tableResult,
boolean isQueryResult) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.