arrow.base_list_scalar

Module for BaseListScalar class

Types 3

Methods
GType _gType() @property
BaseListScalar self()Returns `this`, for use in `with` statements.
BaseListScalarGidBuilder builder()Get builder for [arrow.base_list_scalar.BaseListScalar] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.base_list_scalar.BaseListScalar

Methods
T value(arrow.array.Array propval)Set `value` property. Params: propval = The value of the scalar. Returns: Builder instance for fluent chaining