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

Method build

cpp/src/parquet/properties.h:1440–1445  ·  view source on GitHub ↗

Create the final properties.

Source from the content-addressed store, hash-verified

1438
1439 /// Create the final properties.
1440 std::shared_ptr<ArrowWriterProperties> build() {
1441 return std::shared_ptr<ArrowWriterProperties>(new ArrowWriterProperties(
1442 write_timestamps_as_int96_, coerce_timestamps_enabled_, coerce_timestamps_unit_,
1443 truncated_timestamps_allowed_, store_schema_, compliant_nested_types_,
1444 engine_version_, use_threads_, executor_, write_time_adjusted_to_utc_));
1445 }
1446
1447 private:
1448 bool write_timestamps_as_int96_;

Callers 15

MakeWriterMethod · 0.45
SetUpMethod · 0.45
OpenDatasetMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
WriteTestDataMethod · 0.45
BuildWriterMethod · 0.45
TESTFunction · 0.45
BuildWriterMethod · 0.45

Calls

no outgoing calls

Tested by 15

SetUpMethod · 0.36
OpenDatasetMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
WriteTestDataMethod · 0.36
BuildWriterMethod · 0.36
TESTFunction · 0.36
BuildWriterMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
BuildWriterMethod · 0.36