Uses of Interface
org.apache.arrow.vector.BufferBacked
Packages that use BufferBacked
-
Uses of BufferBacked in org.apache.arrow.vector
Methods in org.apache.arrow.vector that return types with arguments of type BufferBackedModifier and TypeMethodDescriptionBaseFixedWidthVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.BaseLargeVariableWidthVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.BaseVariableWidthVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.BaseVariableWidthViewVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.ExtensionTypeVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.FieldVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.NullVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors. -
Uses of BufferBacked in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return types with arguments of type BufferBackedModifier and TypeMethodDescriptionDenseUnionVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.FixedSizeListVector.getFieldInnerVectors()
Deprecated.LargeListVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.ListVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.ListViewVector.getFieldInnerVectors()
Deprecated.StructVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.UnionVector.getFieldInnerVectors()
Deprecated.This API will be removed as the current implementations no longer support inner vectors.