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

Method ArrowReader

plugins/arrow/io/ArrowReader.cpp:70–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70ArrowReader::ArrowReader()
71 : pdal::Reader()
72 , pdal::Streamable()
73 , m_file(nullptr)
74 , m_ipcReader(nullptr)
75 , m_parquetReader(nullptr)
76 , m_currentBatch(nullptr)
77 , m_formatType(arrowsupport::Unknown)
78 , m_pool(arrow::default_memory_pool())
79 , m_batchCount(0)
80 , m_currentBatchIndex(0)
81 , m_currentBatchPointIndex(0)
82 , m_readMetadata(false)
83
84{}
85
86
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected