Uses of Interface
org.apache.parquet.column.values.RequiresFallback
-
Packages that use RequiresFallback Package Description org.apache.parquet.column.values.dictionary org.apache.parquet.column.values.fallback -
-
Uses of RequiresFallback in org.apache.parquet.column.values.dictionary
Classes in org.apache.parquet.column.values.dictionary that implement RequiresFallback Modifier and Type Class Description classDictionaryValuesWriterWill attempt to encode values using a dictionary and fall back to plain encoding if the dictionary gets too bigstatic classDictionaryValuesWriter.PlainBinaryDictionaryValuesWriterstatic classDictionaryValuesWriter.PlainDoubleDictionaryValuesWriterstatic classDictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriterstatic classDictionaryValuesWriter.PlainFloatDictionaryValuesWriterstatic classDictionaryValuesWriter.PlainIntegerDictionaryValuesWriterstatic classDictionaryValuesWriter.PlainLongDictionaryValuesWriter -
Uses of RequiresFallback in org.apache.parquet.column.values.fallback
Classes in org.apache.parquet.column.values.fallback with type parameters of type RequiresFallback Modifier and Type Class Description classFallbackValuesWriter<I extends ValuesWriter & RequiresFallback,F extends ValuesWriter>Methods in org.apache.parquet.column.values.fallback with type parameters of type RequiresFallback Modifier and Type Method Description static <I extends ValuesWriter & RequiresFallback,F extends ValuesWriter>
FallbackValuesWriter<I,F>FallbackValuesWriter. of(I initialWriter, F fallBackWriter)
-