Function add_or_delete_column

  • Returns

    Parameters

    • batch: RecordBatch<any>

      the batch to delete from.

    • field_name: string

      the name of the field.

    • data: ArrowBuildable

      the data to add OR if null, the existing column to delete.

    Returns RecordBatch

Generated using TypeDoc