| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
ResultKind |
TableResult.getResultKind()
Return the
ResultKind which represents the result type. |
static ResultKind |
ResultKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultKind[] |
ResultKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResultKind |
TableResultImpl.getResultKind() |
| Modifier and Type | Method and Description |
|---|---|
TableResultImpl.Builder |
TableResultImpl.Builder.resultKind(ResultKind resultKind)
Specifies result kind of the execution result.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.