Constructor

ArrowFloatScalarnew

since: 5.0.0

Declaration [src]

GArrowFloatScalar*
garrow_float_scalar_new (
  gfloat value
)

Description

No description available.

Available since: 5.0.0

Parameters

value

Type: gfloat

The value of this scalar.

Return value

Type: GArrowFloatScalar

A newly created GArrowFloatScalar.

The caller of the function takes ownership of the data, and is responsible for freeing it.