Constructor
ArrowCompressedOutputStreamnew
Declaration [src]
GArrowCompressedOutputStream*
garrow_compressed_output_stream_new (
GArrowCodec* codec,
GArrowOutputStream* raw,
GError** error
)
Parameters
codec |
GArrowCodec |
A |
|
The data is owned by the caller of the function. | |
raw |
GArrowOutputStream |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowCompressedOutputStream |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |