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

Method bind

src/modules/sample/WeightedSample_impl.hpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 */
70template <class Container, class T>
71inline
72void
73WeightedSampleAccumulator<Container, T>::bind(ByteStream_type& inStream) {
74 bindWeightedSampleAcc(*this, inStream);
75}
76
77template <class Container, class T>
78inline

Callers

nothing calls this directly

Calls 1

bindWeightedSampleAccFunction · 0.85

Tested by

no test coverage detected