MCPcopy Create free account
hub / github.com/apache/arrow-rs / is_null

Method is_null

arrow-csv/src/reader/mod.rs:208–213  ·  view source on GitHub ↗
(&self, s: &str)

Source from the content-addressed store, hash-verified

206 /// the provided regular expression.
207 #[inline]
208 fn is_null(&self, s: &str) -> bool {
209 match &self.0 {
210 Some(r) => r.is_match(s),
211 None => s.is_empty(),
212 }
213 }
214}
215
216#[derive(Default, Copy, Clone)]

Callers 15

writeMethod · 0.45
cast_decimal_to_integerFunction · 0.45
numeric_to_bool_castFunction · 0.45
bool_to_numeric_castFunction · 0.45
get_cast_valuesFunction · 0.45
value_to_stringFunction · 0.45
value_to_string_viewFunction · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected