We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
query_data
1 parent 5c87745 commit fe7c815Copy full SHA for fe7c815
collector/src/compile/execute/mod.rs
@@ -650,7 +650,6 @@ impl Stats {
650
651
#[derive(serde::Deserialize, Clone)]
652
pub struct SelfProfile {
653
- pub query_data: Vec<QueryData>,
654
pub artifact_sizes: Vec<ArtifactSize>,
655
}
656
@@ -660,13 +659,3 @@ pub struct ArtifactSize {
660
659
#[serde(rename = "value")]
661
pub size: u64,
662
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