Type Definition risinglight::array::DateArrayBuilder
source · pub type DateArrayBuilder = PrimitiveArrayBuilder<Date>;
Trait Implementations§
source§impl<'a> TryFrom<&'a ArrayBuilderImpl> for &'a DateArrayBuilder
impl<'a> TryFrom<&'a ArrayBuilderImpl> for &'a DateArrayBuilder
Implement &ArrayBuilderImpl -> &AbcBuilder
§type Error = TypeMismatch
type Error = TypeMismatch
The type returned in the event of a conversion error.
source§impl TryFrom<ArrayBuilderImpl> for DateArrayBuilder
impl TryFrom<ArrayBuilderImpl> for DateArrayBuilder
Implement ArrayBuilderImpl -> AbcBuilder
§type Error = TypeMismatch
type Error = TypeMismatch
The type returned in the event of a conversion error.