Uses of Class
org.apache.flink.table.gateway.api.results.FetchOrientation
-
Packages that use FetchOrientation Package Description org.apache.flink.table.gateway.api org.apache.flink.table.gateway.api.results -
-
Uses of FetchOrientation in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api with parameters of type FetchOrientation Modifier and Type Method Description ResultSetSqlGatewayService. fetchResults(SessionHandle sessionHandle, OperationHandle operationHandle, FetchOrientation orientation, int maxRows)Fetch the results from the operation. -
Uses of FetchOrientation in org.apache.flink.table.gateway.api.results
Methods in org.apache.flink.table.gateway.api.results that return FetchOrientation Modifier and Type Method Description static FetchOrientationFetchOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchOrientation[]FetchOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-