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 TypeClassDescriptionclass
Parquet value writer for passing decimal values intoRecordConsumer
to be stored as BINARY type.class
Parquet value writer for passing decimal values intoRecordConsumer
to be stored as FIXED_LEN_BYTE_ARRAY type.class
Parquet value writer for passing decimal values intoRecordConsumer
to be stored as INT32 type.class
Parquet value writer for passing decimal values intoRecordConsumer
to be stored as INT32 type.Methods in org.apache.drill.exec.store.parquet.decimal that return DecimalValueWriterModifier and TypeMethodDescriptionstatic DecimalValueWriter
DecimalValueWriter.getDecimalValueWriterForType
(org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName type) Creates and returns writer suitable for specifiedPrimitiveType.PrimitiveTypeName type
.