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

Method toString

src/processor/operator/persistent/node_batch_insert.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423} // namespace
424
425std::string NodeBatchInsertPrintInfo::toString() const {
426 std::string result = "Table Name: ";
427 result += tableName;
428 return result;
429}
430
431void NodeBatchInsertSharedState::initPKIndex(const ExecutionContext* context) {
432 auto* nodeTable = dynamic_cast_checked<NodeTable*>(table);

Callers 1

initPKIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected