Classes for computation

Classes for computation

Functions

GArrowCastOptions * garrow_cast_options_new ()

Types and Values

Includes

#include <arrow-glib/arrow-glib.h>

Description

GArrowCastOptions is a class to custom garrow_array_cast().

Functions

garrow_cast_options_new ()

GArrowCastOptions *
garrow_cast_options_new (void);

Returns

A newly created GArrowCastOptions.

Since: 0.7.0

Types and Values

GARROW_TYPE_CAST_OPTIONS

#define GARROW_TYPE_CAST_OPTIONS (garrow_cast_options_get_type())

struct GArrowCastOptionsClass

struct GArrowCastOptionsClass {
  GObjectClass parent_class;
};