Abandoned beginning of functions to apply comparisons to whole columns

(not worth it for now as comparisons are already fast enough)
This commit is contained in:
Celine Mercier
2016-05-04 13:39:55 +02:00
parent bc12360490
commit 1a2d552567
6 changed files with 74 additions and 22 deletions

View File

@ -95,5 +95,8 @@ int obi_column_set_obifloat_with_elt_name(OBIDMS_column_p column, index_t line_n
obifloat_t obi_column_get_obifloat_with_elt_name(OBIDMS_column_p column, index_t line_nb, const char* element_name);
small_bool_t* obi_float_get_bool_list_from_compare(OBIDMS_column_p column, obifloat_t value, OBIDMS_column_p line_selection, Comp_type_t comp);
#endif /* OBIDMSCOLUMN_FLOAT_H_ */