Motr  M0
mm_result Struct Reference

#include <libdemo.h>

Collaboration diagram for mm_result:
Collaboration graph

Data Fields

uint64_t mr_idx
 
uint64_t mr_nr
 
double mr_val
 
struct m0_buf mr_lbuf
 
struct m0_buf mr_rbuf
 

Detailed Description

Holds the result of min and max computations over the unit.

The left and right cuts of the values which cross the units boundaries should be glued by the client code and included in the final computation.

Definition at line 42 of file libdemo.h.

Field Documentation

◆ mr_idx

uint64_t mr_idx

Index of the resulting element.

Definition at line 44 of file libdemo.h.

◆ mr_lbuf

struct m0_buf mr_lbuf

Right cut of the boundary value on the left side of unit.

Definition at line 50 of file libdemo.h.

◆ mr_nr

uint64_t mr_nr

Total number of elements in the unit.

Definition at line 46 of file libdemo.h.

◆ mr_rbuf

struct m0_buf mr_rbuf

Left cut of the boundary value on the right side of unit.

Definition at line 52 of file libdemo.h.

◆ mr_val

double mr_val

The resulting value of the computation over the unit.

Definition at line 48 of file libdemo.h.


The documentation for this struct was generated from the following file: