Uses of Class
org.apache.arrow.variant.holders.VariantHolder
Packages that use VariantHolder
-
Uses of VariantHolder in org.apache.arrow.variant.extension
Methods in org.apache.arrow.variant.extension with parameters of type VariantHolderModifier and TypeMethodDescriptionvoidVariantVector.get(int index, VariantHolder holder) Retrieves the variant value at the specified index into the provided non-nullable holder.voidVariantVector.set(int index, VariantHolder holder) Sets the variant value at the specified index from the provided holder.voidVariantVector.setSafe(int index, VariantHolder holder) Sets the variant value at the specified index from the provided holder, with bounds checking. -
Uses of VariantHolder in org.apache.arrow.variant.impl
Methods in org.apache.arrow.variant.impl with parameters of type VariantHolder