Constructor
GandivaBinaryLiteralNodenew
Declaration [src]
GGandivaBinaryLiteralNode*
ggandiva_binary_literal_node_new (
const guint8* value,
gsize size
)
Parameters
value |
An array of guint8 |
The value of the binary literal. |
|
The length of the array is specified in the size argument. | |
The data is owned by the caller of the function. | |
size |
gsize |
The number of bytes of the value. |
Return value
Returns: | GGandivaBinaryLiteralNode |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |