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