pub struct RhodiumCompiledPlanCacheReport {
pub schema: String,
pub topology: String,
pub release_candidate: String,
pub cache_namespace: String,
pub cache_key: String,
pub execution_engine: String,
pub pipeline: String,
pub declared_consumer: String,
pub hydrated_tier: String,
pub disposition: String,
pub retrieval_artifact_key: String,
pub object_acceleration: bool,
}Fields§
§schema: String§topology: String§release_candidate: String§cache_namespace: String§cache_key: String§execution_engine: String§pipeline: String§declared_consumer: String§hydrated_tier: String§disposition: String§retrieval_artifact_key: String§object_acceleration: boolImplementations§
Source§impl RhodiumCompiledPlanCacheReport
impl RhodiumCompiledPlanCacheReport
pub fn from_json_str( input: &str, ) -> Result<RhodiumCompiledPlanCacheReport, Error>
pub fn into_producer_evidence( self, dataset_family: impl Into<String>, workload_id: impl Into<String>, ) -> ProducerEvidence
Trait Implementations§
Source§impl Clone for RhodiumCompiledPlanCacheReport
impl Clone for RhodiumCompiledPlanCacheReport
Source§fn clone(&self) -> RhodiumCompiledPlanCacheReport
fn clone(&self) -> RhodiumCompiledPlanCacheReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RhodiumCompiledPlanCacheReport
impl<'de> Deserialize<'de> for RhodiumCompiledPlanCacheReport
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RhodiumCompiledPlanCacheReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RhodiumCompiledPlanCacheReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RhodiumCompiledPlanCacheReport
impl PartialEq for RhodiumCompiledPlanCacheReport
Source§fn eq(&self, other: &RhodiumCompiledPlanCacheReport) -> bool
fn eq(&self, other: &RhodiumCompiledPlanCacheReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RhodiumCompiledPlanCacheReport
impl StructuralPartialEq for RhodiumCompiledPlanCacheReport
Auto Trait Implementations§
impl Freeze for RhodiumCompiledPlanCacheReport
impl RefUnwindSafe for RhodiumCompiledPlanCacheReport
impl Send for RhodiumCompiledPlanCacheReport
impl Sync for RhodiumCompiledPlanCacheReport
impl Unpin for RhodiumCompiledPlanCacheReport
impl UnsafeUnpin for RhodiumCompiledPlanCacheReport
impl UnwindSafe for RhodiumCompiledPlanCacheReport
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