bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
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. | |
Friends | |
class | StareFunctionsTest |
Definition at line 179 of file StareFunctions.h.
|
inline |
Definition at line 185 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 317 of file StareFunctions.cc.
|
friend |
Definition at line 183 of file StareFunctions.h.