Package org.apache.arrow.vector.complex
Interface PromotableVector
- All Known Implementing Classes:
FixedSizeListVector
,LargeListVector
,ListVector
,ListViewVector
,MapVector
public interface PromotableVector
Vector that can store multiple FieldType vectors as children.
-
Method Summary
Modifier and TypeMethodDescription<T extends ValueVector>
AddOrGetResult<T>addOrGetVector
(FieldType type)
-
Method Details
-
addOrGetVector
-
promoteToUnion
UnionVector promoteToUnion()
-