方法

ArrowRecordBatchget_column_name

声明 [src]

const gchar*
garrow_record_batch_get_column_name (
  GArrowRecordBatch* record_batch,
  gint i
)

描述

没有可用的描述。

参数

i

类型: gint

目标列的索引。 如果为负数,则从列的末尾向后计数。 -1 表示最后一列。

返回值

类型: const gchar*

成功时,记录批处理中第 i 列的名称;超出索引时为 NULL

数据由该实例拥有。
返回值可以为 NULL
该值是一个以 NUL 结尾的 UTF-8 字符串。