Constructor

GandivaInt8LiteralNodenew

Declaration [src]

GGandivaInt8LiteralNode*
ggandiva_int8_literal_node_new (
  gint8 value
)

Description

No description available.
Available since:0.12.0

Parameters

value gint8
 

The value of the 8-bit integer literal.

Return value

Returns: GGandivaInt8LiteralNode
 

A newly created GGandivaInt8LiteralNode.

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