Uses of Interface
org.apache.flink.table.gateway.api.results.ResultSet
Packages that use ResultSet
-
Uses of ResultSet in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return ResultSetModifier and TypeMethodDescriptionSqlGatewayService.fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, long token, int maxRows) Fetch the results from the operation.SqlGatewayService.fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, FetchOrientation orientation, int maxRows) Fetch the results from the operation.Method parameters in org.apache.flink.table.gateway.api with type arguments of type ResultSetModifier and TypeMethodDescriptionSqlGatewayService.submitOperation(SessionHandle sessionHandle, Callable<ResultSet> executor) Submit an operation and execute. -
Uses of ResultSet in org.apache.flink.table.gateway.api.results
Classes in org.apache.flink.table.gateway.api.results that implement ResultSet