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

Method properties

cpp/src/parquet/arrow/reader.cc:1430–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428}
1429
1430FileReaderBuilder* FileReaderBuilder::properties(
1431 const ArrowReaderProperties& arg_properties) {
1432 properties_ = arg_properties;
1433 return this;
1434}
1435
1436Status FileReaderBuilder::Build(std::unique_ptr<FileReader>* out) {
1437 ARROW_ASSIGN_OR_RAISE(*out,

Callers 15

ParquetReadFunction · 0.45
file_writer.ccFile · 0.45
ReadTableFromBufferFunction · 0.45
FetchNextMethod · 0.45
ReadOneRowGroupMethod · 0.45
DoRoundtripFunction · 0.45
DoSimpleRoundtripFunction · 0.45
DoRoundTripWithBatchesFunction · 0.45
ReaderFromBufferMethod · 0.45
TestGetRecordBatchReaderFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 10

ReadTableFromBufferFunction · 0.36
DoRoundtripFunction · 0.36
DoSimpleRoundtripFunction · 0.36
DoRoundTripWithBatchesFunction · 0.36
ReaderFromBufferMethod · 0.36
TestGetRecordBatchReaderFunction · 0.36
TESTFunction · 0.36
GetReaderMethod · 0.36
TEST_PFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36