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

Function ColumnPath

cpp/src/parquet/schema.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 public:
81 ColumnPath() : path_() {}
82 explicit ColumnPath(const std::vector<std::string>& path) : path_(path) {}
83 explicit ColumnPath(std::vector<std::string>&& path) : path_(std::move(path)) {}
84
85 static std::shared_ptr<ColumnPath> FromDotString(const std::string& dotstring);

Callers 1

schema.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected