Struct google_cloud_bigquery::storage::util::display::FormatOptions
pub struct FormatOptions<'a> { /* private fields */ }Expand description
Options for formatting arrays
By default nulls are formatted as "" and temporal types formatted
according to RFC3339
Implementations§
§impl<'a> FormatOptions<'a>
impl<'a> FormatOptions<'a>
pub fn with_display_error(self, safe: bool) -> FormatOptions<'a>
pub fn with_display_error(self, safe: bool) -> FormatOptions<'a>
If set to true any formatting errors will be written to the output
instead of being converted into a std::fmt::Error
pub fn with_null(self, null: &'a str) -> FormatOptions<'a>
pub fn with_null(self, null: &'a str) -> FormatOptions<'a>
Overrides the string used to represent a null
Defaults to ""
pub fn with_date_format(self, date_format: Option<&'a str>) -> FormatOptions<'a>
pub fn with_date_format(self, date_format: Option<&'a str>) -> FormatOptions<'a>
Overrides the format used for DataType::Date32 columns
pub fn with_datetime_format(
self,
datetime_format: Option<&'a str>
) -> FormatOptions<'a>
pub fn with_datetime_format( self, datetime_format: Option<&'a str> ) -> FormatOptions<'a>
Overrides the format used for DataType::Date64 columns
pub fn with_timestamp_format(
self,
timestamp_format: Option<&'a str>
) -> FormatOptions<'a>
pub fn with_timestamp_format( self, timestamp_format: Option<&'a str> ) -> FormatOptions<'a>
Overrides the format used for DataType::Timestamp columns without a timezone
pub fn with_timestamp_tz_format(
self,
timestamp_tz_format: Option<&'a str>
) -> FormatOptions<'a>
pub fn with_timestamp_tz_format( self, timestamp_tz_format: Option<&'a str> ) -> FormatOptions<'a>
Overrides the format used for DataType::Timestamp columns with a timezone
pub fn with_time_format(self, time_format: Option<&'a str>) -> FormatOptions<'a>
pub fn with_time_format(self, time_format: Option<&'a str>) -> FormatOptions<'a>
Overrides the format used for DataType::Time32 and DataType::Time64 columns
Trait Implementations§
§impl<'a> Clone for FormatOptions<'a>
impl<'a> Clone for FormatOptions<'a>
§fn clone(&self) -> FormatOptions<'a>
fn clone(&self) -> FormatOptions<'a>
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 more§impl<'a> Debug for FormatOptions<'a>
impl<'a> Debug for FormatOptions<'a>
§impl<'a> Default for FormatOptions<'a>
impl<'a> Default for FormatOptions<'a>
§fn default() -> FormatOptions<'a>
fn default() -> FormatOptions<'a>
Returns the “default value” for a type. Read more
§impl<'a> Hash for FormatOptions<'a>
impl<'a> Hash for FormatOptions<'a>
§impl<'a> PartialEq<FormatOptions<'a>> for FormatOptions<'a>
impl<'a> PartialEq<FormatOptions<'a>> for FormatOptions<'a>
§fn eq(&self, other: &FormatOptions<'a>) -> bool
fn eq(&self, other: &FormatOptions<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> Eq for FormatOptions<'a>
impl<'a> StructuralEq for FormatOptions<'a>
impl<'a> StructuralPartialEq for FormatOptions<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FormatOptions<'a>
impl<'a> Send for FormatOptions<'a>
impl<'a> Sync for FormatOptions<'a>
impl<'a> Unpin for FormatOptions<'a>
impl<'a> UnwindSafe for FormatOptions<'a>
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
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