arrow.scalar

Module for [Scalar] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Scalar self() nothrowReturns `this`, for use in `with` statements.
ScalarGidBuilder builder() static nothrowGet builder for [arrow.scalar.Scalar] Returns: New builder object
arrow.scalar.Scalar parse(arrow.data_type.DataType dataType, ubyte[] data) static
bool equal(arrow.scalar.Scalar otherScalar) nothrow
bool equalOptions(arrow.scalar.Scalar otherScalar, arrow.equal_options.EqualOptions options = null) nothrow
bool isValid() nothrow
string toString_() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.scalar.Scalar

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

Fluent builder for arrow.scalar.Scalar

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