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

Method processColumnName

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

Source from the content-addressed store, hash-verified

44}
45
46void JSONSQLWriter::processColumnName(const std::string& name) {}
47
48void JSONSQLWriter::processColumn(const std::string& name, const std::string& value) {
49 addToJSONRow(name, std::move(toJSONString(value)));

Callers 1

addRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected