Uses of Class
org.apache.arrow.vector.holders.NullableDateMilliHolder
Packages that use NullableDateMilliHolder
Package
Description
-
Uses of NullableDateMilliHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableDateMilliHolderModifier and TypeMethodDescriptionvoidDateMilliVector.get(int index, NullableDateMilliHolder holder) Get the element at the given index from the vector and sets the state in holder.voidDateMilliVector.set(int index, NullableDateMilliHolder holder) Set the element at the given index to the value set in data holder.voidDateMilliVector.setSafe(int index, NullableDateMilliHolder holder) Same asDateMilliVector.set(int, NullableDateMilliHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableDateMilliHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableDateMilliHolder holder) voidUnionVector.setSafe(int index, NullableDateMilliHolder holder) -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableDateMilliHolderModifier and TypeMethodDescriptionvoidDateMilliHolderReaderImpl.read(NullableDateMilliHolder h) voidDateMilliReaderImpl.read(NullableDateMilliHolder h) voidDenseUnionReader.read(NullableDateMilliHolder holder) voidNullableDateMilliHolderReaderImpl.read(NullableDateMilliHolder h) voidNullReader.read(int arrayIndex, NullableDateMilliHolder holder) voidNullReader.read(NullableDateMilliHolder holder) voidUnionReader.read(NullableDateMilliHolder holder) voidDateMilliWriterImpl.write(NullableDateMilliHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableDateMilliHolder -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableDateMilliHolder -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableDateMilliHolderModifier and TypeMethodDescriptionvoidRow.getDateMilli(int columnIndex, NullableDateMilliHolder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getDateMilli(String columnName, NullableDateMilliHolder holder) Updates the holder with the value in the column of the given name at the current row.