pub struct AggregationProfileDebug {Show 23 fields
pub built_buckets: Option<u32>,
pub collect_analyzed_ns: Option<u32>,
pub numeric_collectors_used: Option<u32>,
pub delegate_debug: Option<AggregationProfileDelegateDebug>,
pub segments_with_single_valued_ords: Option<u32>,
pub segments_with_multi_valued_ords: Option<u32>,
pub total_buckets: Option<u32>,
pub deferred_aggregators: Option<Vec<String>>,
pub ordinals_collectors_overhead_too_high: Option<u32>,
pub delegate: Option<String>,
pub ordinals_collectors_used: Option<u32>,
pub collect_analyzed_count: Option<u32>,
pub map_reducer: Option<String>,
pub extract_count: Option<u32>,
pub result_strategy: Option<String>,
pub extract_ns: Option<u32>,
pub string_hashing_collectors_used: Option<u32>,
pub surviving_buckets: Option<u32>,
pub has_filter: Option<bool>,
pub chars_fetched: Option<u32>,
pub empty_collectors_used: Option<u32>,
pub values_fetched: Option<u32>,
pub collection_strategy: Option<String>,
}Fields§
§built_buckets: Option<u32>§collect_analyzed_ns: Option<u32>§numeric_collectors_used: Option<u32>§delegate_debug: Option<AggregationProfileDelegateDebug>§segments_with_single_valued_ords: Option<u32>§segments_with_multi_valued_ords: Option<u32>§total_buckets: Option<u32>§deferred_aggregators: Option<Vec<String>>§ordinals_collectors_overhead_too_high: Option<u32>§delegate: Option<String>§ordinals_collectors_used: Option<u32>§collect_analyzed_count: Option<u32>§map_reducer: Option<String>§extract_count: Option<u32>§result_strategy: Option<String>§extract_ns: Option<u32>§string_hashing_collectors_used: Option<u32>§surviving_buckets: Option<u32>§has_filter: Option<bool>§chars_fetched: Option<u32>§empty_collectors_used: Option<u32>§values_fetched: Option<u32>§collection_strategy: Option<String>Implementations§
Source§impl AggregationProfileDebug
impl AggregationProfileDebug
pub fn new() -> AggregationProfileDebug
Trait Implementations§
Source§impl Clone for AggregationProfileDebug
impl Clone for AggregationProfileDebug
Source§fn clone(&self) -> AggregationProfileDebug
fn clone(&self) -> AggregationProfileDebug
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AggregationProfileDebug
impl Debug for AggregationProfileDebug
Source§impl Default for AggregationProfileDebug
impl Default for AggregationProfileDebug
Source§fn default() -> AggregationProfileDebug
fn default() -> AggregationProfileDebug
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregationProfileDebug
impl<'de> Deserialize<'de> for AggregationProfileDebug
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AggregationProfileDebug
impl PartialEq for AggregationProfileDebug
Source§fn eq(&self, other: &AggregationProfileDebug) -> bool
fn eq(&self, other: &AggregationProfileDebug) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AggregationProfileDebug
impl Serialize for AggregationProfileDebug
impl StructuralPartialEq for AggregationProfileDebug
Auto Trait Implementations§
impl Freeze for AggregationProfileDebug
impl RefUnwindSafe for AggregationProfileDebug
impl Send for AggregationProfileDebug
impl Sync for AggregationProfileDebug
impl Unpin for AggregationProfileDebug
impl UnsafeUnpin for AggregationProfileDebug
impl UnwindSafe for AggregationProfileDebug
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more