Uses of Class
org.apache.flink.table.gateway.api.operation.OperationHandle
-
Packages that use OperationHandle Package Description org.apache.flink.table.gateway.api org.apache.flink.table.gateway.api.operation -
-
Uses of OperationHandle in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return OperationHandle Modifier and Type Method Description OperationHandleSqlGatewayService. executeStatement(SessionHandle sessionHandle, String statement, long executionTimeoutMs, org.apache.flink.configuration.Configuration executionConfig)Execute the submitted statement.OperationHandleSqlGatewayService. submitOperation(SessionHandle sessionHandle, Callable<ResultSet> executor)Submit an operation and execute.Methods in org.apache.flink.table.gateway.api with parameters of type OperationHandle Modifier and Type Method Description voidSqlGatewayService. cancelOperation(SessionHandle sessionHandle, OperationHandle operationHandle)Cancel the operation when it is not in terminal status.voidSqlGatewayService. closeOperation(SessionHandle sessionHandle, OperationHandle operationHandle)Close the operation and release all used resource by the operation.ResultSetSqlGatewayService. fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, long token, int maxRows)Fetch the results from the operation.ResultSetSqlGatewayService. fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, FetchOrientation orientation, int maxRows)Fetch the results from the operation.OperationInfoSqlGatewayService. getOperationInfo(SessionHandle sessionHandle, OperationHandle operationHandle)Get theOperationInfoof the operation.org.apache.flink.table.catalog.ResolvedSchemaSqlGatewayService. getOperationResultSchema(SessionHandle sessionHandle, OperationHandle operationHandle)Get the result schema for the specified Operation. -
Uses of OperationHandle in org.apache.flink.table.gateway.api.operation
Methods in org.apache.flink.table.gateway.api.operation that return OperationHandle Modifier and Type Method Description static OperationHandleOperationHandle. create()
-