Class MaterializedCollectStreamResult

All Implemented Interfaces:
DynamicResult, MaterializedResult

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

    • MaterializedCollectStreamResult

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

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