Skip to content

Commit fe7c815

Browse files
committed
Remove unused query_data attribute
1 parent 5c87745 commit fe7c815

File tree

1 file changed

+0
-11
lines changed
  • collector/src/compile/execute

1 file changed

+0
-11
lines changed

collector/src/compile/execute/mod.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ impl Stats {
650650

651651
#[derive(serde::Deserialize, Clone)]
652652
pub struct SelfProfile {
653-
pub query_data: Vec<QueryData>,
654653
pub artifact_sizes: Vec<ArtifactSize>,
655654
}
656655

@@ -660,13 +659,3 @@ pub struct ArtifactSize {
660659
#[serde(rename = "value")]
661660
pub size: u64,
662661
}
663-
664-
#[derive(serde::Deserialize, Clone)]
665-
pub struct QueryData {
666-
pub label: QueryLabel,
667-
pub self_time: Duration,
668-
pub number_of_cache_hits: u32,
669-
pub invocation_count: u32,
670-
pub blocked_time: Duration,
671-
pub incremental_load_time: Duration,
672-
}

0 commit comments

Comments
 (0)