Constructor

ArrowMemoryMappedInputStreamnew

Declaration [src]

GArrowMemoryMappedInputStream*
garrow_memory_mapped_input_stream_new (
  const gchar* path,
  GError** error
)

Description

No description available.

Parameters

path const gchar*
 

The path of the file to be mapped on memory.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowMemoryMappedInputStream
 

A newly created GArrowMemoryMappedInputStream or NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.