Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ endProcessRow
Method
endProcessRow
extensions/sql/data/JSONSQLWriter.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void JSONSQLWriter::endProcessRow() {
43
jsonPayload_.PushBack(jsonRow_, jsonPayload_.GetAllocator());
44
}
45
46
void JSONSQLWriter::processColumnName(const std::string& name) {}
47
Callers
1
addRow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected