| 110 | |
| 111 | |
| 112 | TEST(ArrowParquetReaderTest, ReadingPoints) |
| 113 | { |
| 114 | compareArrowLasStreaming(Support::datapath("arrow/1.2-with-color.parquet"), |
| 115 | Support::datapath("las/1.2-with-color.las")); |
| 116 | } |
| 117 | |
| 118 | TEST(ArrowFeatherReaderTest, ReadingPoints) |
| 119 | { |
nothing calls this directly
no test coverage detected