#include <SegBufferExecStream.h>
Inheritance diagram for SegBufferExecStreamParams:

Public Attributes | |
| bool | multipass |
| If true, buffer contents are preserved rather than deleted as they are read. | |
TODO: support usage of a SpillOutputStream.
Definition at line 39 of file SegBufferExecStream.h.
If true, buffer contents are preserved rather than deleted as they are read.
This allows open(restart=true) to be used to perform multiple iterations over the buffer.
TODO: support "tee" on the first pass.
Definition at line 51 of file SegBufferExecStream.h.
Referenced by SegBufferExecStream::prepare(), ExecStreamTestSuite::testMergeImplicitPullInputs(), ExecStreamTestSuite::testSegBufferExecStream(), ExecStreamTestSuite::testSegBufferReaderWriterExecStream(), and ExecStreamFactory::visit().
1.5.1