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

Method FormatValues

cpp/src/arrow/dataset/partition.cc:403–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403Result<PartitionPathFormat> DirectoryPartitioning::FormatValues(
404 const ScalarVector& values) const {
405 std::vector<std::string> segments;
406 ARROW_ASSIGN_OR_RAISE(segments, FormatPartitionSegments(values));
407 return PartitionPathFormat{fs::internal::JoinAbstractPath(std::move(segments)), ""};
408}
409
410Result<PartitionPathFormat> FilenamePartitioning::FormatValues(
411 const ScalarVector& values) const {

Callers

nothing calls this directly

Calls 7

JoinAbstractPathFunction · 0.85
UriEscapeFunction · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.50
num_fieldsMethod · 0.45
nameMethod · 0.45
fieldMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected