MCPcopy 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

36JSONSQLWriter::~JSONSQLWriter() = default;
37
38void JSONSQLWriter::beginProcessRow() {
39 jsonRow_ = rapidjson::kObjectType;
40}
41
42void JSONSQLWriter::endProcessRow() {
43 jsonPayload_.PushBack(jsonRow_, jsonPayload_.GetAllocator());

Callers 1

addRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected