類別
ArrowTableConcatenateOptions
屬性
Arrow.TableConcatenateOptions:promote-nullability
若為 true,則 GArrowNullDataType
的 GArrowField
可以與另一種類型的 GArrowField
統一。統一後的欄位將為另一種類型,並變為可為空值。空值性將提升至較寬鬆的選項(如果其中一個不可為空值,則為可為空值)。
since: 6.0.0
Arrow.TableConcatenateOptions:unify-schemas
若為 true,表格的綱要將首先被統一,同名字段將根據 GArrowTableConcatenateOptions:promote-nullability
進行合併,然後每個表格將在串連之前提升到統一的綱要。
since: 6.0.0