Uses of Enum
org.apache.flink.table.gateway.api.results.ResultSet.ResultType
Packages that use ResultSet.ResultType
-
Uses of ResultSet.ResultType in org.apache.flink.table.gateway.api.results
Methods in org.apache.flink.table.gateway.api.results that return ResultSet.ResultTypeModifier and TypeMethodDescriptionResultSet.getResultType()Get the type of the results, which may indicate the result is EOS or has data.ResultSetImpl.getResultType()static ResultSet.ResultTypeReturns the enum constant of this type with the specified name.static ResultSet.ResultType[]ResultSet.ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.gateway.api.results with parameters of type ResultSet.ResultTypeModifierConstructorDescriptionResultSetImpl(ResultSet.ResultType resultType, Long nextToken, org.apache.flink.table.catalog.ResolvedSchema resultSchema, List<org.apache.flink.table.data.RowData> data, org.apache.flink.table.utils.print.RowDataToStringConverter converter, boolean isQueryResult, org.apache.flink.api.common.JobID jobID, org.apache.flink.table.api.ResultKind resultKind)