MCPcopy Create free account
hub / github.com/PDAL/PDAL / TEST

Function TEST

plugins/arrow/test/ArrowReaderTest.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112TEST(ArrowParquetReaderTest, ReadingPoints)
113{
114 compareArrowLasStreaming(Support::datapath("arrow/1.2-with-color.parquet"),
115 Support::datapath("las/1.2-with-color.las"));
116}
117
118TEST(ArrowFeatherReaderTest, ReadingPoints)
119{

Callers

nothing calls this directly

Calls 9

compareArrowLasStreamingFunction · 0.85
datapathFunction · 0.85
setOptionsMethod · 0.80
getSpatialReferenceMethod · 0.80
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected