Package com.illumon.iris.db.v2.locations.parquet.topage
package com.illumon.iris.db.v2.locations.parquet.topage
-
ClassDescriptionChunkDictionary<T,
ATTR extends Attributes.Any> Chunk-backed dictionary for use byToPage
implementations.ToBigDecimalBase<ATTR extends Attributes.Any>ToBigDecimalFromIntPage<ATTR extends Attributes.Any>ToBigDecimalFromLongPage<ATTR extends Attributes.Any>ToBooleanAsBytePage<ATTR extends Attributes.Any>ToBytePageFromInt<ATTR extends Attributes.Any>ToCharPageFromInt<ATTR extends Attributes.Any>ToDatePageFromInt<ATTR extends Attributes.Any>ToDBDateTimePage<ATTR extends Attributes.Any>ToDBDateTimePageFromInt96<ATTR extends Attributes.Any>ParquetToPage
implementation forDBDateTime
s stored as Int96s representing an Impala format Timestamp (nanoseconds of day and Julian date encoded as 8 bytes and 4 bytes, respectively)ToDoublePage<ATTR extends Attributes.Any>ToFloatPage<ATTR extends Attributes.Any>ToIntPage<ATTR extends Attributes.Any>ToLongPage<ATTR extends Attributes.Any>ToObjectPage<T,ATTR extends Attributes.Any> This provides a translation layer from the parquet results into the appropriately typed Chunk's.ToPageWithDictionary<DATA_TYPE,ATTR extends Attributes.Any> ToShortPageFromInt<ATTR extends Attributes.Any>ToStringPage<ATTR extends Attributes.Any>