Uses of Class
org.apache.flink.table.client.gateway.TypedResult.ResultType
-
Packages that use TypedResult.ResultType Package Description org.apache.flink.table.client.gateway -
-
Uses of TypedResult.ResultType in org.apache.flink.table.client.gateway
Methods in org.apache.flink.table.client.gateway that return TypedResult.ResultType Modifier and Type Method Description TypedResult.ResultTypeTypedResult. getType()static TypedResult.ResultTypeTypedResult.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static TypedResult.ResultType[]TypedResult.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.client.gateway with parameters of type TypedResult.ResultType Modifier and Type Method Description voidTypedResult. setType(TypedResult.ResultType type)
-