MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setOutputSize

Method setOutputSize

src/function/table/table_function.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void TableFuncOutput::setOutputSize(offset_t size) const {
28 dataChunk.state->getSelVectorUnsafe().setToUnfiltered(size);
29}
30
31TableFunction::~TableFunction() = default;
32

Callers 1

getNextTuplesInternalMethod · 0.80

Calls 1

setToUnfilteredMethod · 0.80

Tested by

no test coverage detected