MCPcopy Create free account
hub / github.com/apache/arrow / ToJSON

Method ToJSON

cpp/src/parquet/types.cc:722–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 }
721
722 virtual std::string ToJSON() const {
723 std::stringstream json;
724 json << R"({"Type": ")" << ToString() << R"("})";
725 return json.str();
726 }
727
728 virtual format::LogicalType ToThrift() const {
729 // logical types inheriting this method should never be serialized

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
ToStringFunction · 0.50

Tested by

no test coverage detected