类
ArrowTableConcatenateOptions
属性
Arrow.TableConcatenateOptions:promote-nullability
如果为 true,则 GArrowField
的 GArrowNullDataType
可以与其他类型的 GArrowField
合并。合并后的字段将是另一种类型,并且可以为空。可空性将被提升到更宽松的选项(如果其中一个不可为空,则可为空)。
自:6.0.0
Arrow.TableConcatenateOptions:unify-schemas
如果为 true,则首先将表格的模式与同名字段合并,根据 GArrowTableConcatenateOptions:promote-nullability
,然后将每个表格提升到统一的模式,然后再进行连接。
自:6.0.0