arrow.table_concatenate_options
Module for [TableConcatenateOptions] class
Types 3
Methods
TableConcatenateOptionsGidBuilder builder() static nothrowGet builder for [arrow.table_concatenate_options.TableConcatenateOptions] Returns: New builder objectbool 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...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...