Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void TableFuncOutput::setOutputSize(offset_t size) const {
28
dataChunk.state->getSelVectorUnsafe().setToUnfiltered(size);
29
}
30
31
TableFunction::~TableFunction() = default;
32
Callers
1
getNextTuplesInternal
Method · 0.80
Calls
1
setToUnfiltered
Method · 0.80
Tested by
no test coverage detected