Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ beginProcessRow
Method
beginProcessRow
extensions/sql/data/JSONSQLWriter.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
JSONSQLWriter::~JSONSQLWriter() = default;
37
38
void JSONSQLWriter::beginProcessRow() {
39
jsonRow_ = rapidjson::kObjectType;
40
}
41
42
void JSONSQLWriter::endProcessRow() {
43
jsonPayload_.PushBack(jsonRow_, jsonPayload_.GetAllocator());
Callers
1
addRow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected