Constructor

GandivaBinaryLiteralNodenew_bytes

Declaration [src]

GGandivaBinaryLiteralNode*
ggandiva_binary_literal_node_new_bytes (
  GBytes* value
)

Description

No description available.
Available since:0.12.0

Parameters

value GBytes
 

The value of the binary literal.

 The data is owned by the caller of the function.

Return value

Returns: GGandivaBinaryLiteralNode
 

A newly created GGandivaBinaryLiteralNode.

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