File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -837,7 +837,6 @@ array_fn!(range, start stop step);
837837aggregate_function ! ( array_agg, ArrayAgg ) ;
838838aggregate_function ! ( max, Max ) ;
839839aggregate_function ! ( min, Min ) ;
840- aggregate_function ! ( stddev_samp, Stddev ) ;
841840aggregate_function ! ( var_pop, VariancePop ) ;
842841aggregate_function ! ( regr_avgx, RegrAvgx ) ;
843842aggregate_function ! ( regr_avgy, RegrAvgy ) ;
@@ -967,7 +966,6 @@ pub(crate) fn init_module(m: &Bound<'_, PyModule>) -> PyResult<()> {
967966 m. add_wrapped ( wrap_pyfunction ! ( starts_with) ) ?;
968967 m. add_wrapped ( wrap_pyfunction ! ( stddev) ) ?;
969968 m. add_wrapped ( wrap_pyfunction ! ( stddev_pop) ) ?;
970- m. add_wrapped ( wrap_pyfunction ! ( stddev_samp) ) ?;
971969 m. add_wrapped ( wrap_pyfunction ! ( strpos) ) ?;
972970 m. add_wrapped ( wrap_pyfunction ! ( r#struct) ) ?; // Use raw identifier since struct is a keyword
973971 m. add_wrapped ( wrap_pyfunction ! ( substr) ) ?;
You can’t perform that action at this time.
0 commit comments