[ CCode ( has_construct_function = false ) ]
[ Version ( since = "20.0.0" ) ]
public BinaryViewArray (int64 length, Buffer views, List<Buffer> data_buffers, Buffer? null_bitmap, int64 n_nulls, int64 offset)
| length |
The number of elements. |
| views |
The view buffer. |
| data_buffers |
The data buffers. |
| null_bitmap |
The bitmap that shows null elements. The N-th element is null when the N-th bit is 0, not null otherwise. If the array has no
null elements, the bitmap must be null and |
| n_nulls |
The number of null elements. If -1 is specified, the number of nulls are computed from |
| offset |
The position of the first element. |
|
A newly created BinaryViewArray. |