Table of Contents

Interface IArrowArrayBuilder<TArray>

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
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