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

Method column_has_mask

ciphercore-base/src/mpc/mpc_psi.rs:644–646  ·  view source on GitHub ↗
(&self, header: &str)

Source from the content-addressed store, hash-verified

642 }
643
644 fn column_has_mask(&self, header: &str) -> bool {
645 self.types_info.get_column_type(header).has_mask()
646 }
647}
648
649/// Adds a node returning a join of a given type on given databases along given column keys.

Callers 1

extract_and_attachMethod · 0.80

Calls 2

get_column_typeMethod · 0.80
has_maskMethod · 0.45

Tested by

no test coverage detected