See: Description
| Class | Description |
|---|---|
| ArrayListStringParquetSerialiser |
This class is used to serialise and de-serialise a
ArrayList value for use by the
ParquetStore. |
| BooleanParquetSerialiser |
This class is used to serialise and de-serialise a
Boolean value for use by the
ParquetStore. |
| ByteParquetSerialiser |
This class is used to serialise and de-serialise a
Byte value for use by the
ParquetStore. |
| DateParquetSerialiser |
This class is used to serialise and de-serialise a
Date value for use by the
ParquetStore. |
| DoubleParquetSerialiser |
This class is used to serialise and de-serialise a
Double value for use by the
ParquetStore. |
| FloatParquetSerialiser |
This class is used to serialise and de-serialise a
Float value for use by the
ParquetStore. |
| FreqMapParquetSerialiser |
This class is used to serialise and de-serialise a
FreqMap value for use by the
ParquetStore. |
| HashSetStringParquetSerialiser |
This class is used to serialise and de-serialise a
HashSet value for use by the
ParquetStore. |
| InLineHyperLogLogPlusParquetSerialiser |
This class is used to serialise and de-serialise a
HyperLogLogPlus value for use by the
ParquetStore, storing the sketch as a byte[] and the cardinality as a
long in two columns. |
| IntegerParquetSerialiser |
This class is used to serialise and de-serialise a
Integer value for use by the
ParquetStore. |
| LongParquetSerialiser |
This class is used to serialise and de-serialise a
Long value for use by the
ParquetStore. |
| NestedHyperLogLogPlusParquetSerialiser |
This class is used to serialise and de-serialise a
HyperLogLogPlus value for use by the
ParquetStore, storing the sketch as a byte[] and the cardinality as a
long as a nested group containing two columns. |
| ShortParquetSerialiser |
This class is used to serialise and de-serialise a
Short value for use by the
ParquetStore. |
| StringParquetSerialiser |
This class is used to serialise and de-serialise a
String value for use by the
ParquetStore. |
| TreeSetStringParquetSerialiser |
This class is used to serialise and de-serialise a
TreeSet value for use by the
ParquetStore. |
| TypeSubTypeValueParquetSerialiser |
This class is used to serialise and de-serialise a
TypeSubTypeValue value for use by the
ParquetStore. |
| TypeValueParquetSerialiser |
This class is used to serialise and de-serialise a
TypeValue value for use by the
ParquetStore. |
Copyright © 2022. All rights reserved.