Interface PrimitiveArrowArray<T>
-
- All Superinterfaces:
BaseArrowArray<T>
,com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
public interface PrimitiveArrowArray<T> extends BaseArrowArray<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setValue(long index, T value)
T
value(long index)
-