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

Function version

cpp/src/parquet/properties.h:518–521  ·  view source on GitHub ↗

Specify the Parquet file version. Default PARQUET_2_6.

Source from the content-addressed store, hash-verified

516 /// Specify the Parquet file version.
517 /// Default PARQUET_2_6.
518 Builder* version(ParquetVersion::type version) {
519 version_ = version;
520 return this;
521 }
522
523 Builder* created_by(const std::string& created_by) {
524 created_by_ = created_by;

Callers 2

GetOutputLengthMethod · 0.50
ApacheArrowClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected