Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
impl 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
368
impl std::fmt::Debug for Schema {
Callers
15
save_plot
Function · 0.45
new
Method · 0.45
handle_roundtrip
Function · 0.45
strip_comments
Function · 0.45
parse_get
Function · 0.45
parse_flat_map
Function · 0.45
parse_local_id
Function · 0.45
parse_apply
Function · 0.45
parse_expr
Function · 0.45
parse_analyses
Function · 0.45
parse_def_source
Function · 0.45
parse_def_source_column
Function · 0.45
Calls
1
unwrap
Method · 0.80
Tested by
15
test_is_monotone
Function · 0.36
test_mfp
Function · 0.36
test_interpret
Function · 0.36
test_hash_password
Function · 0.36
override_syntax
Method · 0.36
reverse_syntax_override
Method · 0.36
build
Function · 0.36
fetch_state_rollup
Function · 0.36
fetch_state_rollups
Function · 0.36
blob_batch_part
Function · 0.36
blob_counts
Function · 0.36
shard_stats
Function · 0.36