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