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

Method init

src/processor/operator/persistent/delete_executor.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace processor {
17
18void NodeDeleteInfo::init(const ResultSet& resultSet) {
19 nodeIDVector = resultSet.getValueVector(nodeIDPos).get();
20}
21
22void NodeTableDeleteInfo::init(const ResultSet& resultSet) {
23 pkVector = resultSet.getValueVector(pkPos).get();

Callers

nothing calls this directly

Calls 3

setStateMethod · 0.80
getMethod · 0.45
getValueVectorMethod · 0.45

Tested by

no test coverage detected