Module org.apache.arrow.vector
Interface Decimal256Writer
- All Superinterfaces:
AutoCloseable,BaseWriter,Positionable
- All Known Subinterfaces:
BaseWriter.ScalarWriter,FieldWriter
- All Known Implementing Classes:
AbstractExtensionTypeWriter,BigIntWriterImpl,BitWriterImpl,ComplexWriterImpl,DateDayWriterImpl,DateMilliWriterImpl,Decimal256WriterImpl,DecimalWriterImpl,DenseUnionWriter,DurationWriterImpl,FixedSizeBinaryWriterImpl,Float2WriterImpl,Float4WriterImpl,Float8WriterImpl,IntervalDayWriterImpl,IntervalMonthDayNanoWriterImpl,IntervalYearWriterImpl,IntWriterImpl,LargeVarBinaryWriterImpl,LargeVarCharWriterImpl,NullableCaseSensitiveStructWriter,NullableStructWriter,PromotableViewWriter,PromotableWriter,SingleCaseSensitiveStructWriter,SingleStructWriter,SmallIntWriterImpl,TimeMicroWriterImpl,TimeMilliWriterImpl,TimeNanoWriterImpl,TimeSecWriterImpl,TimeStampMicroTZWriterImpl,TimeStampMicroWriterImpl,TimeStampMilliTZWriterImpl,TimeStampMilliWriterImpl,TimeStampNanoTZWriterImpl,TimeStampNanoWriterImpl,TimeStampSecTZWriterImpl,TimeStampSecWriterImpl,TinyIntWriterImpl,UInt1WriterImpl,UInt2WriterImpl,UInt4WriterImpl,UInt8WriterImpl,UnionExtensionWriter,UnionFixedSizeListWriter,UnionLargeListViewWriter,UnionLargeListWriter,UnionListViewWriter,UnionListWriter,UnionMapWriter,UnionViewWriter,UnionWriter,UuidWriterImpl,VarBinaryWriterImpl,VarCharWriterImpl,VariantWriterImpl,ViewVarBinaryWriterImpl,ViewVarCharWriterImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.arrow.vector.complex.writer.BaseWriter
BaseWriter.ComplexWriter, BaseWriter.ExtensionWriter, BaseWriter.ListWriter, BaseWriter.MapWriter, BaseWriter.ScalarWriter, BaseWriter.StructOrListWriter, BaseWriter.StructWriter -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidwriteBigEndianBytesToDecimal256(byte[] value) Deprecated.Use either the version that additionally takes in an ArrowType or use the holder version.voidwriteBigEndianBytesToDecimal256(byte[] value, ArrowType arrowType) voidwriteDecimal256(long start, ArrowBuf buffer) Deprecated.The holder version should be used instead because the plain value version does not contain enough information to fully specify this field type.voidwriteDecimal256(long start, ArrowBuf buffer, ArrowType arrowType) voidwriteDecimal256(BigDecimal value) Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface org.apache.arrow.vector.complex.writer.BaseWriter
getValueCapacity, writeNullMethods inherited from interface org.apache.arrow.vector.complex.Positionable
getPosition, setPosition
-
Method Details
-
write
-
writeDecimal256
Deprecated.The holder version should be used instead because the plain value version does not contain enough information to fully specify this field type.- See Also:
-
writeDecimal256
-
writeDecimal256
-
writeBigEndianBytesToDecimal256
-
writeBigEndianBytesToDecimal256
Deprecated.Use either the version that additionally takes in an ArrowType or use the holder version. This version does not contain enough information to fully specify this field type.
-