MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / JSONSQLWriter

Method JSONSQLWriter

extensions/sql/data/JSONSQLWriter.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace sql {
31
32JSONSQLWriter::JSONSQLWriter(bool pretty)
33 : pretty_(pretty), jsonPayload_(rapidjson::kArrayType) {
34}
35
36JSONSQLWriter::~JSONSQLWriter() = default;
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected