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

Function default_arrow_reader_properties

cpp/src/parquet/properties.cc:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59ArrowReaderProperties default_arrow_reader_properties() {
60 static ArrowReaderProperties default_reader_props;
61 return default_reader_props;
62}
63
64std::shared_ptr<ArrowWriterProperties> default_arrow_writer_properties() {
65 static std::shared_ptr<ArrowWriterProperties> default_writer_properties =

Callers 15

ReadSizeStatisticsMethod · 0.85
ReadTableFromBufferFunction · 0.85
MakeMethod · 0.85
FileReaderBuilderMethod · 0.85
DoRoundtripFunction · 0.85
CheckConfiguredRoundtripFunction · 0.85
DoSimpleRoundtripFunction · 0.85
DoRoundTripWithBatchesFunction · 0.85
CheckSimpleRoundtripFunction · 0.85
ReaderFromBufferMethod · 0.85
ReaderFromSinkMethod · 0.85

Calls

no outgoing calls

Tested by 15

ReadSizeStatisticsMethod · 0.68
ReadTableFromBufferFunction · 0.68
DoRoundtripFunction · 0.68
CheckConfiguredRoundtripFunction · 0.68
DoSimpleRoundtripFunction · 0.68
DoRoundTripWithBatchesFunction · 0.68
CheckSimpleRoundtripFunction · 0.68
ReaderFromBufferMethod · 0.68
ReaderFromSinkMethod · 0.68
RoundTripSingleColumnMethod · 0.68