方法

GandivaFilter評估

自 4.0.0 版本起

宣告 [src]

gboolean
ggandiva_filter_evaluate (
  GGandivaFilter* filter,
  GArrowRecordBatch* record_batch,
  GGandivaSelectionVector* selection_vector,
  GError** error
)

描述

無可用描述。

自 4.0.0 版本起可用

參數

record_batch

類型: GArrowRecordBatch

一個 GArrowRecordBatch

資料由函式的呼叫者擁有。
selection_vector

類型: GGandivaSelectionVector

一個作為輸出的 GGandivaSelectionVector

資料由函式的呼叫者擁有。
錯誤

類型: GError **

可復原錯誤的回傳位置。

此參數可以為 NULL
如果回傳位置不是 NULL,則您必須將其初始化為 NULL GError*
如果沒有錯誤,此方法會將此參數初始化為 NULL
如果發生錯誤,此參數將被設定為新分配的 GError;呼叫者將取得資料的所有權,並負責釋放它。

回傳值

類型: gboolean

成功時為 TRUE,否則為 FALSE