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