Uses of Class
org.apache.flink.table.gateway.api.results.ResultSet.ResultType
-
Packages that use ResultSet.ResultType Package Description org.apache.flink.table.gateway.api.results -
-
Uses of ResultSet.ResultType in org.apache.flink.table.gateway.api.results
Methods in org.apache.flink.table.gateway.api.results that return ResultSet.ResultType Modifier and Type Method Description ResultSet.ResultTypeResultSet. getResultType()Get the type of the results, which may indicate the result is EOS or has data.ResultSet.ResultTypeResultSetImpl. getResultType()static ResultSet.ResultTypeResultSet.ResultType. valueOf(String name)Returns 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.ResultType Constructor Description ResultSetImpl(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)
-