Table of Contents

Enum Encoding

Namespace
ParquetSharp
Assembly
ParquetSharp.dll
public enum Encoding

Fields

BitPacked = 4
ByteStreamSplit = 9
DeltaBinaryPacked = 5
DeltaByteArray = 7
DeltaLengthByteArray = 6
Plain = 0
PlainDictionary = 2
Rle = 3
RleDictionary = 8
Undefined = 10
Unknown = 999