Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For an overview, please see the ODB tutorial on the Tutorials page.


number
count( odb )

Returns the number of columns contained in the ODB.

 
vector or list values( odb, string )

Returns the given column specified by its name. If the column type is number, a vector is returned; if it is string, then a list of strings is returned. If the column cannot be found, nil is returned.

  • No labels