构造函数

GandivaUInt64SelectionVectornew

自:4.0.0 起可用

声明 [源代码]

GGandivaUInt64SelectionVector*
ggandiva_uint64_selection_vector_new (
  gint64 max_slots,
  GError** error
)

描述

暂无描述。

可用版本:4.0.0

参数

max_slots

类型: gint64

最大槽数。

error

类型: GError **

用于可恢复错误的返回位置。

参数可以为 NULL
如果返回位置不为 NULL,则必须将其初始化为 NULL GError*
如果没有错误,构造函数会将参数初始化为 NULL
如果发生错误,该参数将设置为新分配的 GError;调用者将拥有数据的所有权,并负责释放它。

返回值

类型: GGandivaUInt64SelectionVector

新创建的 GGandivaUInt64SelectionVector

函数的调用者拥有数据的所有权,并负责释放它。