Interface IArrowArrayBuilder<TArray>
public interface IArrowArrayBuilder<out TArray> : IArrowArrayBuilder where TArray : IArrowArray
Type Parameters
TArray
- Inherited Members
Methods
Build(MemoryAllocator)
TArray Build(MemoryAllocator allocator)
Parameters
allocator
MemoryAllocator
Returns
- TArray