Method

ArrowInputStreamalign

Declaration [src]

gboolean
garrow_input_stream_align (
  GArrowInputStream* input_stream,
  gint32 alignment,
  GError** error
)

Description

No description available.
Available since:0.11.0

Parameters

alignment gint32
 

The byte multiple for the metadata prefix, usually 8 or 64, to ensure the body starts on a multiple of that alignment.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE on error.