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

Function default_arrow_reader_properties

cpp/src/parquet/properties.cc:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53ArrowReaderProperties default_arrow_reader_properties() {
54 static ArrowReaderProperties default_reader_props;
55 return default_reader_props;
56}
57
58std::shared_ptr<ArrowWriterProperties> default_arrow_writer_properties() {
59 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