MCPcopy Create free account
hub / github.com/cosdata/cosdata / EntityInference

Class EntityInference

src/cosql/inference/entity.rs:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Clone, PartialEq)]
9pub struct EntityInference {
10 pub variable: String,
11 pub entity_type: String,
12 pub attributes: Attributes,
13}
14
15pub fn parse_entity_inference(input: &str) -> IResult<&str, EntityInference> {
16 map(

Callers 1

test_inference_parserFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inference_parserFunction · 0.68