arrow.scalar

Module for Scalar class

Types 3

Methods
GType _gType() @property
Scalar self()Returns `this`, for use in `with` statements.
ScalarGidBuilder builder()Get builder for [arrow.scalar.Scalar] Returns: New builder object
bool equal(arrow.scalar.Scalar otherScalar)
bool isValid()
string toString_()
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.scalar.Scalar

Methods
T dataType(arrow.data_type.DataType propval)Set `dataType` property. Params: propval = The data type of the scalar. Returns: Builder instance for fluent chaining
T scalar(void * propval)

Fluent builder for arrow.scalar.Scalar

Methods
Scalar build()Create object from builder. Returns: New object