arrow.table_concatenate_options

Module for [TableConcatenateOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
TableConcatenateOptions self() nothrowReturns `this`, for use in `with` statements.
TableConcatenateOptionsGidBuilder builder() static nothrowGet builder for [arrow.table_concatenate_options.TableConcatenateOptions] Returns: New builder object
bool promoteNullability() @property nothrowGet `promoteNullability` property. Returns: If true, a #GArrowField of #GArrowNullDataType can be unified with a #GArrowField of another type. The unified field will be of the other type and become...
void promoteNullability(bool propval) @property nothrowSet `promoteNullability` property. Params: propval = If true, a #GArrowField of #GArrowNullDataType can be unified with a #GArrowField of another type. The unified field will be of the other type a...
bool unifySchemas() @property nothrowGet `unifySchemas` property. Returns: If true, the schemas of the tables will be first unified with fields of the same name being merged, according to #GArrowTableConcatenateOptions:promote-nullabi...
void unifySchemas(bool propval) @property nothrowSet `unifySchemas` property. Params: propval = If true, the schemas of the tables will be first unified with fields of the same name being merged, according to #GArrowTableConcatenateOptions:promot...
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.table_concatenate_options.TableConcatenateOptions

Methods
T promoteNullability(bool propval) nothrowSet `promoteNullability` property. Params: propval = If true, a #GArrowField of #GArrowNullDataType can be unified with a #GArrowField of another type. The unified field will be of the other type a...
T unifySchemas(bool propval) nothrowSet `unifySchemas` property. Params: propval = If true, the schemas of the tables will be first unified with fields of the same name being merged, according to #GArrowTableConcatenateOptions:promot...