mcSTcolFind — Lookup sparse-table columns by name
#include <memcom.h> mcInt64 mcSTcolFind(int dsid, const char* name);
mcSTcolFind
attempts to find, for the
sparse-table dataset identified by dsid
, the
index of the column whose name matches name
.
Column indices start at 1.
dsid (input)
Dataset identifier.
name (input)
Pointer to a NUL-terminated character string containing the name of the column to be looked up.