| Package | Description |
|---|---|
| org.apache.flink.table.gateway.api.results |
| Modifier and Type | Method and Description |
|---|---|
ResultSet.ResultType |
ResultSetImpl.getResultType() |
ResultSet.ResultType |
ResultSet.getResultType()
Get the type of the results, which may indicate the result is EOS or has data.
|
static ResultSet.ResultType |
ResultSet.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.
|
| Constructor and 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) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.