mirror of
https://github.com/FlipsideCrypto/flip-rpc-client-go.git
synced 2026-02-06 10:56:45 +00:00
Add filter to latest and earliest.
This commit is contained in:
parent
8b1ec56aad
commit
aade3f223a
@ -11,6 +11,7 @@ type Latest struct {
|
||||
PartitionBy []string `json:"partition_by"`
|
||||
OrderBy string `json:"order_by"`
|
||||
Fields []WindowField `json:"fields"`
|
||||
Filter *Filter `json:"filter,omitempty"`
|
||||
}
|
||||
|
||||
// Earliest builds a window operation over the earliest data from a partition
|
||||
@ -18,4 +19,5 @@ type Earliest struct {
|
||||
PartitionBy []string `json:"partition_by"`
|
||||
OrderBy string `json:"order_by"`
|
||||
Fields []WindowField `json:"fields"`
|
||||
Filter *Filter `json:"filter,omitempty"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user