Class MaterializedCollectBatchResult

All Implemented Interfaces:
DynamicResult, MaterializedResult

public class MaterializedCollectBatchResult extends MaterializedCollectResultBase
Collects results and returns them as table snapshots.
  • Constructor Details

    • MaterializedCollectBatchResult

      @VisibleForTesting public MaterializedCollectBatchResult(StatementResult tableResult, int maxRowCount, int overcommitThreshold)
    • MaterializedCollectBatchResult

      public MaterializedCollectBatchResult(StatementResult tableResult, int maxRowCount)
  • Method Details