Constructor
GandivaBinaryLiteralNodenew_bytes
since: 0.12.0
Declaration [src]
GGandivaBinaryLiteralNode*
ggandiva_binary_literal_node_new_bytes (
GBytes* value
)
Parameters
value
-
Type:
GBytes
The value of the binary literal.
The data is owned by the caller of the function.
Return value
Type: GGandivaBinaryLiteralNode
A newly created GGandivaBinaryLiteralNode
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |