Modifier and Type | Class and Description |
---|---|
class |
TableResultImpl
Implementation for
TableResult . |
Modifier and Type | Field and Description |
---|---|
static TableResultInternal |
TableResultInternal.TABLE_RESULT_OK |
Modifier and Type | Method and Description |
---|---|
TableResultInternal |
TableResultImpl.Builder.build()
Returns a
TableResult instance. |
TableResultInternal |
TableEnvironmentImpl.executeInternal(List<ModifyOperation> operations) |
TableResultInternal |
TableEnvironmentInternal.executeInternal(List<ModifyOperation> operations)
Execute the given modify operations and return the execution result.
|
TableResultInternal |
TableEnvironmentImpl.executeInternal(Operation operation) |
TableResultInternal |
TableEnvironmentInternal.executeInternal(Operation operation)
Execute the given operation and return the execution result.
|
TableResultInternal |
TableEnvironmentImpl.executePlan(InternalPlan plan) |
TableResultInternal |
TableEnvironmentInternal.executePlan(InternalPlan plan) |
Modifier and Type | Method and Description |
---|---|
TableResultInternal |
Executor.executeModifyOperations(String sessionId,
List<ModifyOperation> operations)
Executes modify operations, and return
TableResult as execution result. |
TableResultInternal |
Executor.executeOperation(String sessionId,
Operation operation)
Executes an operation, and return
TableResult as execution result. |
Modifier and Type | Method and Description |
---|---|
TableResultInternal |
LocalExecutor.executeModifyOperations(String sessionId,
List<ModifyOperation> operations) |
TableResultInternal |
LocalExecutor.executeOperation(String sessionId,
Operation operation) |
Modifier and Type | Method and Description |
---|---|
DynamicResult |
ResultStore.createResult(ReadableConfig config,
TableResultInternal tableResult)
Creates a result.
|
Constructor and Description |
---|
ChangelogCollectResult(TableResultInternal tableResult) |
CollectResultBase(TableResultInternal tableResult) |
MaterializedCollectBatchResult(TableResultInternal tableResult,
int maxRowCount) |
MaterializedCollectBatchResult(TableResultInternal tableResult,
int maxRowCount,
int overcommitThreshold) |
MaterializedCollectResultBase(TableResultInternal tableResult,
int maxRowCount,
int overcommitThreshold) |
MaterializedCollectStreamResult(TableResultInternal tableResult,
int maxRowCount) |
MaterializedCollectStreamResult(TableResultInternal tableResult,
int maxRowCount,
int overcommitThreshold) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.