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

Method store_schema

cpp/src/parquet/properties.h:1379–1382  ·  view source on GitHub ↗

\brief EXPERIMENTAL: Write binary serialized Arrow schema to the file, to enable certain read options (like "read_dictionary") to be set automatically or read back non-default Arrow types like ListView, LargeListView, LargeList, and Arrow extension types.

Source from the content-addressed store, hash-verified

1377 /// automatically or read back non-default Arrow types like ListView,
1378 /// LargeListView, LargeList, and Arrow extension types.
1379 Builder* store_schema() {
1380 store_schema_ = true;
1381 return this;
1382 }
1383
1384 /// \brief When enabled, will not preserve Arrow field names for list types.
1385 ///

Callers 15

WriteTableToBufferFunction · 0.80
RoundTripSingleColumnMethod · 0.80
TEST_FFunction · 0.80
CheckRoundTripMethod · 0.80
TESTFunction · 0.80
CheckListViewRoundTripFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80
StatisticsReadArrayFunction · 0.80
BenchmarkReadTableFunction · 0.80
GetSchemaMetadataFunction · 0.80

Calls

no outgoing calls

Tested by 9

WriteTableToBufferFunction · 0.64
RoundTripSingleColumnMethod · 0.64
TEST_FFunction · 0.64
CheckRoundTripMethod · 0.64
TESTFunction · 0.64
CheckListViewRoundTripFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
StatisticsReadArrayFunction · 0.64