pub struct AnalyzeHandler {
pub schema: Option<DataType>,
pub explain: Option<String>,
pub tree_string: Option<String>,
pub is_local: Option<bool>,
pub is_streaming: Option<bool>,
pub input_files: Option<Vec<String>>,
pub spark_version: Option<String>,
pub ddl_parse: Option<DataType>,
pub same_semantics: Option<bool>,
pub semantic_hash: Option<i32>,
pub get_storage_level: Option<StorageLevel>,
}
Fields§
§schema: Option<DataType>
§explain: Option<String>
§tree_string: Option<String>
§is_local: Option<bool>
§is_streaming: Option<bool>
§input_files: Option<Vec<String>>
§spark_version: Option<String>
§ddl_parse: Option<DataType>
§same_semantics: Option<bool>
§semantic_hash: Option<i32>
§get_storage_level: Option<StorageLevel>
Trait Implementations§
Source§impl Clone for AnalyzeHandler
impl Clone for AnalyzeHandler
Source§fn clone(&self) -> AnalyzeHandler
fn clone(&self) -> AnalyzeHandler
Returns a copy 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 Debug for AnalyzeHandler
impl Debug for AnalyzeHandler
Source§impl Default for AnalyzeHandler
impl Default for AnalyzeHandler
Source§fn default() -> AnalyzeHandler
fn default() -> AnalyzeHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnalyzeHandler
impl RefUnwindSafe for AnalyzeHandler
impl Send for AnalyzeHandler
impl Sync for AnalyzeHandler
impl Unpin for AnalyzeHandler
impl UnwindSafe for AnalyzeHandler
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request