Uses of Class
org.apache.flink.table.api.ResultKind
-
Packages that use ResultKind Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of ResultKind in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ResultKind Modifier and Type Method Description ResultKind
TableResult. getResultKind()
Return theResultKind
which represents the result type.static ResultKind
ResultKind. valueOf(String name)
Returns 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 ResultKind Modifier and Type Method Description ResultKind
TableResultImpl. getResultKind()
Methods in org.apache.flink.table.api.internal with parameters of type ResultKind Modifier and Type Method Description TableResultImpl.Builder
TableResultImpl.Builder. resultKind(ResultKind resultKind)
Specifies result kind of the execution result.
-