Enumeration

GandivaSelectionVectorMode

Declaration

enum Gandiva.SelectionVectorMode

Description [src]

They are corresponding to gandiva::SelectionVector::Mode values.

Available since:4.0.0

Members

Name Description
GGANDIVA_SELECTION_VECTOR_MODE_NONE

Selection vector isn’t used.

GGANDIVA_SELECTION_VECTOR_MODE_UINT16

GGandivaUInt16SelectionVector is used.

GGANDIVA_SELECTION_VECTOR_MODE_UINT32

GGandivaUInt32SelectionVector is used.

GGANDIVA_SELECTION_VECTOR_MODE_UINT64

GGandivaUInt64SelectionVector is used.