Documentation ¶
Index ¶
Constants ¶
View Source
const ( SESSION = iota + 1 STATE INTERVAL )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Window ¶
type Window struct {
// contains filtered or unexported fields
}
func SetInterval ¶
SetInterval create an interval window [INTERVAL(interval_val [, interval_offset]) [SLIDING sliding_val]]
func SetSessionWindow ¶
SetSessionWindow create a session window [SESSION(ts_col, tol_val)]
func SetStateWindow ¶
SetStateWindow create a state window [STATE_WINDOW(col)]
func (Window) MergeClause ¶
func (Window) SetSliding ¶
SetSliding set sliding to interval window
Click to show internal directories.
Click to hide internal directories.