Gjsify LogoGjsify Logo

Interface TableConcatenateOptions_ConstructProps

Hierarchy

Index

Properties

promote_nullability?: boolean

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 nullable. Nullability will be promoted to the looser option (nullable if one is not nullable).

unify_schemas?: boolean

If true, the schemas of the tables will be first unified with fields of the same name being merged, according to #GArrowTableConcatenateOptions:promote-nullability, then each table will be promoted to the unified schema before being concatenated.

Otherwise, all tables should have the same schema. Each column in the output table is the result of concatenating the corresponding columns in all input tables.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method