Constructor

GandivaUInt64LiteralNodenew

Declaration [src]

GGandivaUInt64LiteralNode*
ggandiva_uint64_literal_node_new (
  guint64 value
)

Description

No description available.
Available since:0.12.0

Parameters

value guint64
 

The value of the 64-bit unsigned integer literal.

Return value

Returns: GGandivaUInt64LiteralNode
 

A newly created GGandivaUInt64LiteralNode.

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