MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / as_str

Method as_str

src/repr/src/relation.rs:607–609  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

605 /// Returns this column name as a `str`.
606 #[inline(always)]
607 pub fn as_str(&self) -> &str {
608 &*self
609 }
610
611 /// Returns this column name as a `&mut Box<str>`.
612 pub fn as_mut_boxed_str(&mut self) -> &mut Box<str> {

Callers 13

decodeMethod · 0.45
arb_dictFunction · 0.45
fromMethod · 0.45
parse_boolFunction · 0.45
newMethod · 0.45
try_push_protoMethod · 0.45
roundtrip_rowsFunction · 0.45
patternMethod · 0.45
from_strMethod · 0.45
on_new_spanMethod · 0.45
current_pathMethod · 0.45

Calls

no outgoing calls

Tested by 1

runFunction · 0.36