Uses of Class
org.apache.drill.exec.store.parquet.decimal.DecimalValueWriter
Packages that use DecimalValueWriter
-
Uses of DecimalValueWriter in org.apache.drill.exec.store.parquet.decimal
Subclasses of DecimalValueWriter in org.apache.drill.exec.store.parquet.decimalModifier and TypeClassDescriptionclassParquet value writer for passing decimal values intoRecordConsumerto be stored as BINARY type.classParquet value writer for passing decimal values intoRecordConsumerto be stored as FIXED_LEN_BYTE_ARRAY type.classParquet value writer for passing decimal values intoRecordConsumerto be stored as INT32 type.classParquet value writer for passing decimal values intoRecordConsumerto be stored as INT32 type.Methods in org.apache.drill.exec.store.parquet.decimal that return DecimalValueWriterModifier and TypeMethodDescriptionstatic DecimalValueWriterDecimalValueWriter.getDecimalValueWriterForType(org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName type) Creates and returns writer suitable for specifiedPrimitiveType.PrimitiveTypeName type.