Uses of Enum
org.apache.flink.table.api.ResultKind
Packages that use ResultKind
-
Uses of ResultKind in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ResultKindModifier and TypeMethodDescriptionTableResult.getResultKind()Return theResultKindwhich represents the result type.static ResultKindReturns the enum constant of this type with the specified name.static ResultKind[]ResultKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResultKind in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return ResultKindMethods in org.apache.flink.table.api.internal with parameters of type ResultKindModifier and TypeMethodDescriptionTableResultImpl.Builder.resultKind(ResultKind resultKind) Specifies result kind of the execution result.