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