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

Method to_string

src/avro/src/schema.rs:362–365  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

360
361impl ToString for Schema {
362 fn to_string(&self) -> String {
363 let json = serde_json::to_value(self).unwrap();
364 json.to_string()
365 }
366}
367
368impl std::fmt::Debug for Schema {

Callers 15

save_plotFunction · 0.45
newMethod · 0.45
handle_roundtripFunction · 0.45
strip_commentsFunction · 0.45
parse_getFunction · 0.45
parse_flat_mapFunction · 0.45
parse_local_idFunction · 0.45
parse_applyFunction · 0.45
parse_exprFunction · 0.45
parse_analysesFunction · 0.45
parse_def_sourceFunction · 0.45
parse_def_source_columnFunction · 0.45

Calls 1

unwrapMethod · 0.80

Tested by 15

test_is_monotoneFunction · 0.36
test_mfpFunction · 0.36
test_interpretFunction · 0.36
test_hash_passwordFunction · 0.36
override_syntaxMethod · 0.36
buildFunction · 0.36
fetch_state_rollupFunction · 0.36
fetch_state_rollupsFunction · 0.36
blob_batch_partFunction · 0.36
blob_countsFunction · 0.36
shard_statsFunction · 0.36