类
ArrowTableConcatenateOptions
属性
Arrow.TableConcatenateOptions:promote-nullability
如果为 true,则 GArrowNullDataType
的 GArrowField
可以与另一种类型的 GArrowField
统一。 统一后的字段将是另一种类型,并变为可空的。 可空性将被提升到更宽松的选项(如果其中一个不可空,则可空)。
since: 6.0.0
Arrow.TableConcatenateOptions:unify-schemas
如果为 true,则首先统一表的 schema,并根据 GArrowTableConcatenateOptions:promote-nullability
合并具有相同名称的字段,然后在连接之前将每个表提升到统一的 schema。
since: 6.0.0