protected static class BaseScanTest.MockEarlySchemaReader extends BaseMockBatchReader
ManagedReader.EarlyEofExceptionbatchCount, batchLimit, closeCalled, startIndex, tableLoader| Constructor and Description |
|---|
MockEarlySchemaReader(SchemaNegotiator schemaNegotiator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
next()
Read the next batch.
|
close, makeBatch, writeRowpublic MockEarlySchemaReader(SchemaNegotiator schemaNegotiator)
public boolean next()
ManagedReaderThis somewhat complex protocol avoids the need to allocate a final batch just to find out that no more data is available; it allows EOF to be returned along with the final batch.
Copyright © 2021 The Apache Software Foundation. All rights reserved.