Struct aws_sdk_glue::model::string_column_statistics_data::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StringColumnStatisticsData
Implementations
The size of the longest string in the column.
The size of the longest string in the column.
The average string length in the column.
The average string length in the column.
The number of null values in the column.
The number of null values in the column.
The number of distinct values in a column.
The number of distinct values in a column.
Consumes the builder and constructs a StringColumnStatisticsData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
