| Interface | Description |
|---|---|
| ChangelogResult |
A result that is represented as a changelog consisting of insert and delete records.
|
| DynamicResult |
A result of a dynamic table program.
|
| MaterializedResult |
A result that is materialized and can be viewed by navigating through a snapshot.
|
| Class | Description |
|---|---|
| ChangelogCollectResult |
Collects results and returns them as a changelog.
|
| CollectResultBase |
A result that works through
TableResult.collect(). |
| MaterializedCollectBatchResult |
Collects results and returns them as table snapshots.
|
| MaterializedCollectResultBase |
Base class to collect results and returns them as table snapshots.
|
| MaterializedCollectStreamResult |
Collects results and returns them as table snapshots.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.