risingwave_
expr
2.4.0-alpha
Frame
Bounds
Impl
Required Methods
validate
Implementors
In risingwave_
expr::
window_
function
risingwave_expr
::
window_function
Trait
FrameBoundsImpl
Copy item path
Source
pub trait FrameBoundsImpl { // Required method fn
validate
(&self) ->
Result
<
()
>; }
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
>
Implementors
§
Source
§
impl
FrameBoundsImpl
for
RangeFrameBounds
Source
§
impl
FrameBoundsImpl
for
RowsFrameBounds
Source
§
impl
FrameBoundsImpl
for
SessionFrameBounds