Method

NumCosmoMathCataloghas_column

Declaration [src]

gboolean
ncm_catalog_has_column (
  NcmCatalog* catalog,
  const gchar* col
)

Description [src]

Checks whether catalog has a column named col.

Parameters

col

Type: const gchar*

A column name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if the column exists, FALSE otherwise.