Home
last modified time | relevance | path

Searched refs:WindowAggregate (Results 1 – 14 of 14) sorted by relevance

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Dfunctions.rs232 pub trait WindowAggregate<A, T>: Aggregate<A, T> interface
323 W: WindowAggregate<A, T>, in create_window_function()
455 W: WindowAggregate<A, T>, in create_window_function()
560 W: WindowAggregate<A, T>, in call_boxed_inverse()
643 W: WindowAggregate<A, T>, in call_boxed_value()
693 use crate::functions::WindowAggregate;
913 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> trait
391 W: WindowAggregate<A, T>, in create_window_function()
516 W: WindowAggregate<A, T>, in create_window_function()
617 W: WindowAggregate<A, T>, in call_boxed_inverse()
700 W: WindowAggregate<A, T>, in call_boxed_value()
747 use crate::functions::WindowAggregate;
987 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> interface
391 W: WindowAggregate<A, T>, in create_window_function()
516 W: WindowAggregate<A, T>, in create_window_function()
617 W: WindowAggregate<A, T>, in call_boxed_inverse()
700 W: WindowAggregate<A, T>, in call_boxed_value()
747 use crate::functions::WindowAggregate;
987 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> trait
382 W: WindowAggregate<A, T>, in create_window_function()
507 W: WindowAggregate<A, T>, in create_window_function()
608 W: WindowAggregate<A, T>, in call_boxed_inverse()
691 W: WindowAggregate<A, T>, in call_boxed_value()
738 use crate::functions::WindowAggregate;
978 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> trait
391 W: WindowAggregate<A, T>, in create_window_function()
516 W: WindowAggregate<A, T>, in create_window_function()
617 W: WindowAggregate<A, T>, in call_boxed_inverse()
700 W: WindowAggregate<A, T>, in call_boxed_value()
747 use crate::functions::WindowAggregate;
987 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> trait
391 W: WindowAggregate<A, T>, in create_window_function()
516 W: WindowAggregate<A, T>, in create_window_function()
617 W: WindowAggregate<A, T>, in call_boxed_inverse()
700 W: WindowAggregate<A, T>, in call_boxed_value()
747 use crate::functions::WindowAggregate;
987 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> trait
391 W: WindowAggregate<A, T>, in create_window_function()
516 W: WindowAggregate<A, T>, in create_window_function()
617 W: WindowAggregate<A, T>, in call_boxed_inverse()
700 W: WindowAggregate<A, T>, in call_boxed_value()
747 use crate::functions::WindowAggregate;
987 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs256 pub trait WindowAggregate<A, T>: Aggregate<A, T> trait
382 W: WindowAggregate<A, T>, in create_window_function()
507 W: WindowAggregate<A, T>, in create_window_function()
608 W: WindowAggregate<A, T>, in call_boxed_inverse()
691 W: WindowAggregate<A, T>, in call_boxed_value()
738 use crate::functions::WindowAggregate;
978 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/
H A Dfunctions.rs299 pub trait WindowAggregate<A, T>: Aggregate<A, T> interface
440 W: WindowAggregate<A, T>, in create_window_function()
567 W: WindowAggregate<A, T>, in create_window_function()
670 W: WindowAggregate<A, T>, in call_boxed_inverse()
754 W: WindowAggregate<A, T>, in call_boxed_value()
801 use crate::functions::WindowAggregate;
1034 impl WindowAggregate<i64, Option<i64>> for Sum { impl
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dstore.go81 WindowAggregate(ctx context.Context, req *datatypes.ReadWindowAggregateRequest) (ResultSet, error) methodSpec
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/mock/
H A Dstorage_reads.go251 func (s *StoreReader) WindowAggregate(ctx context.Context, req *datatypes.ReadWindowAggregateReques… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/storage/
H A Dstore.go195 func (s *Store) WindowAggregate(ctx context.Context, req *datatypes.ReadWindowAggregateRequest) (re… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/flux/
H A Dreader.go657 rs, err := wai.s.WindowAggregate(wai.ctx, &req)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/
H A DCHANGELOG.md47 …com/influxdata/influxdb/pull/21340): feat: meancount aggregation for WindowAggregate pushdown in e…
75 …influxdata/influxdb/pull/21168): fix(storage): Detect need for descending cursor in WindowAggregate