Namespace Apache.Arrow.Ipc
Classes
- ArrowFileReader
Implements an ArrowStreamReader that can read Arrow files.
- ArrowStreamReader
Represents a reader that can read Arrow streams.
Structs
- RecordBatchWithMetadata
A record batch read from an Arrow IPC source, together with the custom metadata carried on the IPC Message that held it.
Interfaces
- ICompressionCodec
Codec for data compression and decompression (currently only decompression is supported)
- ICompressionCodecFactory
Provides compression codec implementations for different compression codecs