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

Function version

cpp/src/parquet/properties.h:494–497  ·  view source on GitHub ↗

Specify the Parquet file version. Default PARQUET_2_6.

Source from the content-addressed store, hash-verified

492 /// Specify the Parquet file version.
493 /// Default PARQUET_2_6.
494 Builder* version(ParquetVersion::type version) {
495 version_ = version;
496 return this;
497 }
498
499 Builder* created_by(const std::string& created_by) {
500 created_by_ = created_by;

Callers 2

GetOutputLengthMethod · 0.50
ApacheArrowClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected