MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / get_num_rows

Method get_num_rows

ciphercore-base/src/evaluators/join.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37 self.columns_masks[self.header_index_map[header]][row_index]
38 }
39 fn get_num_rows(&self) -> usize {
40 self.null_column.len()
41 }
42 // Checks that the row with a given index has 0 in the null column or contains entries with the zero mask in given columns
43 fn row_has_empty_entries(&self, row_index: usize, headers: &[String]) -> bool {
44 if self.null_column[row_index] == 0 {

Callers 3

number_of_rows_set_0Method · 0.80
get_union_columnsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected