Uses of Interface
org.apache.arrow.vector.util.CallBack
Packages that use CallBack
Package
Description
-
Uses of CallBack in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement CallBackModifier and TypeClassDescriptionclass
Callback for when the Schema for the Vector changes (generally happens when a vector is promoted to a union type from a single value type).Methods in org.apache.arrow.vector with parameters of type CallBackModifier and TypeMethodDescriptionBaseFixedWidthVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of same type.BaseFixedWidthVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of same type.BaseLargeVariableWidthVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of same type.BaseLargeVariableWidthVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of same type.BaseVariableWidthVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of same type.BaseVariableWidthVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of same type.BaseVariableWidthViewVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of the same type.BaseVariableWidthViewVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) Construct a transfer pair of this vector and another vector of the same type.ExtensionTypeVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) ExtensionTypeVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) NullVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) NullVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) ValueVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) To transfer quota responsibility.ValueVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) To transfer quota responsibility.ZeroVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) -
Uses of CallBack in org.apache.arrow.vector.complex
Fields in org.apache.arrow.vector.complex declared as CallBackModifier and TypeFieldDescriptionprotected final CallBack
AbstractContainerVector.callBack
protected final CallBack
LargeListVector.callBack
protected final CallBack
BaseRepeatedValueVector.repeatedCallBack
protected final CallBack
BaseRepeatedValueViewVector.repeatedCallBack
Methods in org.apache.arrow.vector.complex with parameters of type CallBackModifier and TypeMethodDescriptionDenseUnionVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) DenseUnionVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) FixedSizeListVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) FixedSizeListVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) LargeListVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) LargeListVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) ListVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) ListVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) ListViewVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) ListViewVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) MapVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) MapVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) NonNullableStructVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) NonNullableStructVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) StructVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) StructVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) UnionVector.getTransferPair
(String ref, BufferAllocator allocator, CallBack callBack) UnionVector.getTransferPair
(Field field, BufferAllocator allocator, CallBack callBack) Constructors in org.apache.arrow.vector.complex with parameters of type CallBackModifierConstructorDescriptionprotected
AbstractContainerVector
(String name, BufferAllocator allocator, CallBack callBack) protected
AbstractStructVector
(String name, BufferAllocator allocator, CallBack callBack, AbstractStructVector.ConflictPolicy conflictPolicy, boolean allowConflictPolicyChanges) Base constructor that sets default conflict policy to APPEND.protected
BaseRepeatedValueVector
(String name, BufferAllocator allocator, FieldVector vector, CallBack callBack) protected
BaseRepeatedValueVector
(String name, BufferAllocator allocator, CallBack callBack) protected
BaseRepeatedValueViewVector
(String name, BufferAllocator allocator, FieldVector vector, CallBack callBack) protected
BaseRepeatedValueViewVector
(String name, BufferAllocator allocator, CallBack callBack) DenseUnionVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) FixedSizeListVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack unusedSchemaChangeCallback) Creates a new instance.FixedSizeListVector
(Field field, BufferAllocator allocator, CallBack unusedSchemaChangeCallback) Creates a new instance.LargeListVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) Constructs a new instance.LargeListVector
(Field field, BufferAllocator allocator, CallBack callBack) Creates a new instance.ListVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) Constructs a new instance.ListVector
(Field field, BufferAllocator allocator, CallBack callBack) Constructs a new instance.ListViewVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) Constructs a new instance.ListViewVector
(Field field, BufferAllocator allocator, CallBack callBack) Constructs a new instance.MapVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) Construct a MapVector instance.MapVector
(Field field, BufferAllocator allocator, CallBack callBack) NonNullableStructVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) Constructs a new instance.NonNullableStructVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack, AbstractStructVector.ConflictPolicy conflictPolicy, boolean allowConflictPolicyChanges) Constructs a new instance.NonNullableStructVector
(Field field, BufferAllocator allocator, CallBack callBack) Constructs a new instance.NonNullableStructVector
(Field field, BufferAllocator allocator, CallBack callBack, AbstractStructVector.ConflictPolicy conflictPolicy, boolean allowConflictPolicyChanges) Constructs a new instance.StructVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) Constructs a new instance.StructVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack, AbstractStructVector.ConflictPolicy conflictPolicy, boolean allowConflictPolicyChanges) Constructs a new instance.StructVector
(Field field, BufferAllocator allocator, CallBack callBack) Constructs a new instance.StructVector
(Field field, BufferAllocator allocator, CallBack callBack, AbstractStructVector.ConflictPolicy conflictPolicy, boolean allowConflictPolicyChanges) Constructs a new instance.UnionVector
(String name, BufferAllocator allocator, FieldType fieldType, CallBack callBack) -
Uses of CallBack in org.apache.arrow.vector.types
Methods in org.apache.arrow.vector.types with parameters of type CallBackModifier and TypeMethodDescriptionfinal FieldVector
Types.MinorType.getNewVector
(String name, FieldType fieldType, BufferAllocator allocator, CallBack schemaChangeCallback) Constructs a new vector for the given type.abstract FieldVector
Types.MinorType.getNewVector
(Field field, BufferAllocator allocator, CallBack schemaChangeCallback) Constructs a new vector for the given type. -
Uses of CallBack in org.apache.arrow.vector.types.pojo
Methods in org.apache.arrow.vector.types.pojo with parameters of type CallBackModifier and TypeMethodDescriptionFieldType.createNewSingleVector
(String name, BufferAllocator allocator, CallBack schemaCallBack) FieldType.createNewSingleVector
(Field field, BufferAllocator allocator, CallBack schemaCallBack)