Constructor

GandivaInt64LiteralNodenew

Declaration [src]

GGandivaInt64LiteralNode*
ggandiva_int64_literal_node_new (
  gint64 value
)

Description

No description available.
Available since:0.12.0

Parameters

value gint64
 

The value of the 64-bit integer literal.

Return value

Returns: GGandivaInt64LiteralNode
 

A newly created GGandivaInt64LiteralNode.

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