Package com.illumon.iris.db.v2.locations.parquet.topage
-
Interface Summary Interface Description ChunkDictionary.Lookup<T> ToPage<ATTR extends Attributes.Any,RESULT> This provides a translation layer from the parquet results into the appropriately typed Chunk's. -
Class Summary Class Description ChunkDictionary<T,ATTR extends Attributes.Any> Chunk-backed dictionary for use byToPage
implementations.ReplicateToPage Code generation for basicToPage
implementations.ToArrayPage<ATTR extends Attributes.Any,RESULT,ARRAY_TYPE> 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> ToDbArrayPage<ATTR extends Attributes.Any,RESULT,VECTOR_TYPE extends DbArrayBase> 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> ToPage.Wrap<ATTR extends Attributes.Any,INNER_RESULT,OUTER_RESULT> ToPageWithDictionary<DATA_TYPE,ATTR extends Attributes.Any> ToShortPageFromInt<ATTR extends Attributes.Any> ToStringPage<ATTR extends Attributes.Any> ToStringSetPage<ATTR extends Attributes.Any,STRING_ARRAY>