Method

ArrowQuantileOptionsget_qs

since: 9.0.0

Declaration [src]

const gdouble*
garrow_quantile_options_get_qs (
  GArrowQuantileOptions* options,
  gsize* n
)

Description

No description available.

Available since: 9.0.0

Parameters

n

Type: gsize*

The number of qs.

The argument will be set by the function.

Return value

Type: An array of gdouble

The qs to be used.

The length of the array is in the n argument.
The data is owned by the instance.