onsdata.rows

Undocumented in source.

Members

Functions

Avg
bool Avg(T[][] table, size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
Avg
bool Avg(T[][] table, size_t target, size_t[] cols, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
avg
void avg(Row!T[] rows, size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
avg
S avg(Row!T[] rows, size_t target)
Undocumented in source. Be warned that the author may not have intended to support it.
count
size_t count(T[][] table, size_t left, Ops op, T right)
Undocumented in source.
dec
double dec(Row!T[] rows, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
delta
void delta(Row!T[] rows, size_t target, size_t[2] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
delta
void delta(Row!T[] rows, size_t target, size_t[2] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
delta
void delta(Row!T[] rows, size_t target, size_t left, size_t right)
Undocumented in source. Be warned that the author may not have intended to support it.
find
T[][] find(T[][] table, size_t left, Ops op, S right)
Undocumented in source.
getInc
double getInc(T[][] table, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
inc
double inc(Row!T[] rows, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
max
void max(Row!T[] rows, size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
max
T max(Row!T[] rows, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
min
void min(Row!T[] rows, size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
min
T min(Row!T[] rows, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
void sum(Row!T[] rows, size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
S sum(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
S sum(Row!T rows, size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta