bes
Updated for version 3.20.10
|
Static Public Member Functions | |
static libdap::BaseType * | stare_count_dap4_function (libdap::D4RValueList *args, libdap::DMR &dmr) |
Count the number of STARE indices in the arg that overlap the indices of this dataset. More... | |
Friends | |
class | StareFunctionsTest |
Definition at line 114 of file StareFunctions.h.
|
static |
Count the number of STARE indices in the arg that overlap the indices of this dataset.
This function counts the number of 'target' indices (those that are passed into the function) that are contained (oe which contain) the SARE indices of the dataset.
In a URL, this will look like: stare_count($UInt64(4 : 3440016633681149966, ...))
)' can be written '$UInt64(0:<value 0>,<value 1>,...
)' with only minor performance cost.
args | A single vector of Unsigned 64-bit integer STARE Indices. |
dmr | The DMR for the given dataset. The dataset name is read from this object. |
Definition at line 392 of file StareFunctions.cc.