MCPcopy Create free account
hub / github.com/cwida/ALP / Input

Method Input

publication/source_code/bench_end_to_end/src/vectorwise/Operators.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98ResultWriter::Input::Input(void* d, size_t size, runtime::BlockRelation::Attribute attr)
99 : data(d)
100 , elementSize(size)
101 , attribute(attr) {}
102
103ResultWriter::ResultWriter(Shared& s)
104 : shared(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected