| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.gateway.api.results |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static ResultSet.ResultType[] |
ResultSet.ResultType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
ResultSet(ResultSet.ResultType resultType,
Long nextToken,
org.apache.flink.table.catalog.ResolvedSchema resultSchema,
List<org.apache.flink.table.data.RowData> data) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.