Uses of Enum
org.apache.flink.table.gateway.api.results.FetchOrientation
Packages that use FetchOrientation
-
Uses of FetchOrientation in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api with parameters of type FetchOrientationModifier and TypeMethodDescriptionSqlGatewayService.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 FetchOrientationModifier and TypeMethodDescriptionstatic FetchOrientationReturns 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.