Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ into_string
Method
into_string
src/sql-parser/src/ast/defs/name.rs:371–373 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
369
}
370
371
pub fn into_string(self) -> String {
372
self.0
373
}
374
}
375
376
/// More-or-less a direct translation of the Postgres function for doing the same thing:
Callers
15
ident
Function · 0.45
fold_database_name
Method · 0.45
try_from_value
Method · 0.45
plan_webhook_validate_using
Function · 0.45
plan_set_variable
Function · 0.45
plan_create_webhook_source
Function · 0.45
plan_create_subsource
Function · 0.45
plan_create_table_from_source
Function · 0.45
get_encoding_inner
Function · 0.45
plan_create_cluster_replica
Function · 0.45
plan_alter_schema_rename
Function · 0.45
plan_alter_item_rename
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected