| 51 | } |
| 52 | |
| 53 | ArrowReaderProperties default_arrow_reader_properties() { |
| 54 | static ArrowReaderProperties default_reader_props; |
| 55 | return default_reader_props; |
| 56 | } |
| 57 | |
| 58 | std::shared_ptr<ArrowWriterProperties> default_arrow_writer_properties() { |
| 59 | static std::shared_ptr<ArrowWriterProperties> default_writer_properties = |
no outgoing calls