Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ EntityDefinition
Class
EntityDefinition
org/src/cosql.rs:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
#[derive(Debug)]
113
struct EntityDefinition {
114
name: String,
115
attributes: Vec<Attribute>,
116
}
117
118
fn entity_definition(input: &str) -> IResult<&str, EntityDefinition> {
119
map(
Callers
1
parse_cos_graph_query
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected