TableConcatenateOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_table_concatenate_options_get_type ()" ) ]
public class TableConcatenateOptions :
Object
Content:
Properties:
- public bool promote_nullability { get; set; }
- public bool unify_schemas { get; set; }
If true, the schemas of the tables will be first unified with fields
of the same name being merged, according to
promote_nullability, then each table will be promoted to the unified schema before being concatenated.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object