Uses of Class
org.apache.flink.table.gateway.service.result.ResultFetcher
-
Packages that use ResultFetcher Package Description org.apache.flink.table.gateway.service.operation org.apache.flink.table.gateway.service.result -
-
Uses of ResultFetcher in org.apache.flink.table.gateway.service.operation
Methods in org.apache.flink.table.gateway.service.operation that return ResultFetcher Modifier and Type Method Description protected ResultFetcherOperationExecutor. callRemoveJar(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, String jarPath)ResultFetcherOperationExecutor. 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)ResultFetcherOperationExecutor. 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)ResultFetcherOperationExecutor. configureSession(org.apache.flink.table.gateway.api.operation.OperationHandle handle, String statement)ResultFetcherOperationExecutor. executeStatement(org.apache.flink.table.gateway.api.operation.OperationHandle handle, String statement)ResultFetcherOperationExecutor. getCompletionHints(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, String statement, int position)Method parameters in org.apache.flink.table.gateway.service.operation with type arguments of type ResultFetcher Modifier and Type Method Description org.apache.flink.table.gateway.api.operation.OperationHandleOperationManager. submitOperation(java.util.function.Function<org.apache.flink.table.gateway.api.operation.OperationHandle,ResultFetcher> fetcherSupplier)Submit the operation to theOperationManager.Constructor parameters in org.apache.flink.table.gateway.service.operation with type arguments of type ResultFetcher Constructor Description Operation(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, Callable<ResultFetcher> resultSupplier) -
Uses of ResultFetcher in org.apache.flink.table.gateway.service.result
Methods in org.apache.flink.table.gateway.service.result that return ResultFetcher Modifier and Type Method Description static ResultFetcherResultFetcher. 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 ResultFetcherResultFetcher. 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 ResultFetcherResultFetcher. fromTableResult(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, org.apache.flink.table.api.internal.TableResultInternal tableResult, boolean isQueryResult)
-