arrow.base_list_scalar

Module for [BaseListScalar] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
BaseListScalar self() nothrowReturns `this`, for use in `with` statements.
BaseListScalarGidBuilder builder() static nothrowGet 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) nothrowSet `value` property. Params: propval = The value of the scalar. Returns: Builder instance for fluent chaining
Methods
BaseListScalar build() nothrowCreate object from builder. Returns: New object