arrow.table_concatenate_options
Module for [TableConcatenateOptions] class
Types 3
Methods
TableConcatenateOptions self()Returns `this`, for use in `with` statements.TableConcatenateOptionsGidBuilder builder()Get builder for [arrow.tableconcatenateoptions.TableConcatenateOptions] Returns: New builder objectbool promoteNullability() @propertyGet `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) @propertySet `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() @propertyGet `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) @propertySet `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...Methods
T promoteNullability(bool propval)Set `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)Set `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...classTableConcatenateOptionsGidBuilder : TableConcatenateOptionsGidBuilderImpl!TableConcatenateOptionsGidBuilder
Fluent builder for [arrow.table_concatenate_options.TableConcatenateOptions]
Methods