public class MaterializedCollectStreamResult extends MaterializedCollectResultBase
CollectResultBase.ResultRetrievalThread
MATERIALIZED_TABLE_CAPACITY_FACTOR, MATERIALIZED_TABLE_MAX_INITIAL_CAPACITY, MATERIALIZED_TABLE_MAX_OVERCOMMIT, MATERIALIZED_TABLE_OVERCOMMIT_FACTOR, materializedTable, maxRowCount, overcommitThreshold, validRowPosition
executionException, resultLock, retrievalThread
Constructor and Description |
---|
MaterializedCollectStreamResult(TableResultInternal tableResult,
int maxRowCount) |
MaterializedCollectStreamResult(TableResultInternal tableResult,
int maxRowCount,
int overcommitThreshold) |
Modifier and Type | Method and Description |
---|---|
protected void |
processRecord(RowData row) |
computeMaterializedTableCapacity, computeMaterializedTableOvercommit, getMaterializedTable, isMaterialized, retrievePage, snapshot
close, handleMissingResult, isRetrieving
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
@VisibleForTesting public MaterializedCollectStreamResult(TableResultInternal tableResult, int maxRowCount, int overcommitThreshold)
public MaterializedCollectStreamResult(TableResultInternal tableResult, int maxRowCount)
protected void processRecord(RowData row)
processRecord
in class CollectResultBase
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.