Interface BaseArrowArray<T>
-
- Type Parameters:
T- type template.
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer,FFIType,Serializable
- All Known Subinterfaces:
PrimitiveArrowArray<T>,StringArrowArray
- All Known Implementing Classes:
BaseArrowArray_cxx_0x58f735ea,StringArrowArray_cxx_0x58f735ea
public interface BaseArrowArray<T> extends com.alibaba.fastffi.FFIPointerBase interface for PrimitiveArrowArray and StringArrowArray. Will cause duplicated code generated, but can solve our problem of use specialized class while conform to same method signature.