MCPcopy Create free account
hub / github.com/apache/madlib / DryRun

Method DryRun

src/dbal/ByteStream_impl.hpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
17ByteStream<StreamBuf, TypeTraits, IsMutable>::DryRun::DryRun(
18 ByteStream& inStream)
19 : mStream(inStream), mIsIn(true) {
20
21 mStream.enterDryRun();
22}
23
24template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
25ByteStream<StreamBuf, TypeTraits, IsMutable>::DryRun::~DryRun() {

Callers

nothing calls this directly

Calls 1

enterDryRunMethod · 0.80

Tested by

no test coverage detected