Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void JSONSQLWriter::processColumnName(const std::string& name) {}
47
48
void JSONSQLWriter::processColumn(const std::string& name, const std::string& value) {
49
addToJSONRow(name, std::move(toJSONString(value)));
Callers
1
addRow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected