arrow.scalar
Module for [Scalar] class
Types 3
classScalar : gobject.object.ObjectWrap
Methods
ScalarGidBuilder builder() static nothrowGet builder for [arrow.scalar.Scalar] Returns: New builder objectarrow.scalar.Scalar parse(arrow.data_type.DataType dataType, ubyte[] data) staticarrow.scalar.Scalar cast_(arrow.data_type.DataType dataType, arrow.cast_options.CastOptions options = null)bool equal(arrow.scalar.Scalar otherScalar) nothrowbool equalOptions(arrow.scalar.Scalar otherScalar, arrow.equal_options.EqualOptions options = null) nothrowarrow.data_type.DataType getDataType() nothrowbool isValid() nothrowstring toString_() nothrowFluent 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 chainingT scalar(void * propval) nothrowFluent builder for arrow.scalar.Scalar