Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h2462 typedef enum { tumbling_window, sliding_window } win_clause_t; typedef
2466 win_clause_t type;
2472 win_clause_t type_, in WindowClause()
2485 win_clause_t get_wintype () const { return type; } in get_wintype()