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

Method isInDryRun

src/dbal/ByteStream_impl.hpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
157inline
158bool
159ByteStream<StreamBuf, TypeTraits, IsMutable>::isInDryRun() const {
160 return mDryRun > 0;
161}
162
163template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
164inline

Callers 2

bindToStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected