Constructor

GandivaInt64LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaInt64LiteralNode*
ggandiva_int64_literal_node_new (
  gint64 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gint64

The value of the 64-bit integer literal.

Return value

Type: GGandivaInt64LiteralNode

A newly created GGandivaInt64LiteralNode.

The caller of the function takes ownership of the data, and is responsible for freeing it.