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

Method size

src/dbal/ByteStream_impl.hpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
110inline
111size_t
112ByteStream<StreamBuf, TypeTraits, IsMutable>::size() const {
113 return mStreamBuf->size();
114}
115
116template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
117inline

Callers 15

seekMethod · 0.95
rdstateMethod · 0.95
availableMethod · 0.95
ScalesStateClass · 0.45
runMethod · 0.45
hessianMethod · 0.45
gradientMethod · 0.45
clippingMethod · 0.45
lossMethod · 0.45
LMFIGDStateClass · 0.45
GLMIGDStateClass · 0.45
GLMCGStateClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected