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

Class ExtendEntityInference

src/cosql/inference/extend_entity.rs:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

parse_inferenceFunction · 0.85
test_inference_parserFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inference_parserFunction · 0.68