Uses of Interface
org.apache.flink.table.gateway.api.results.ResultSet
-
Packages that use ResultSet Package Description org.apache.flink.table.gateway.api org.apache.flink.table.gateway.api.results -
-
Uses of ResultSet in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return ResultSet Modifier and Type Method Description 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.Method parameters in org.apache.flink.table.gateway.api with type arguments of type ResultSet Modifier and Type Method Description OperationHandleSqlGatewayService. 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 Modifier and Type Class Description classResultSetImplAn implementation ofResultSet.
-