Package | Description |
---|---|
de.rtm.push.adapters.windowfunctions |
Modifier and Type | Method and Description |
---|---|
void |
UserDefinedWindowFunctionAdapter.checkWindowSpecification(boolean isPartitioned,
boolean isOrdered,
WindowFrameSpecification windowFrameSpecification)
For a particular window function call, this method checks whether or not this window function adapter may be called with the
window specification as specified in the window functions
OVER() clause. |
void |
UserDefinedWindowFunctionAdapterFactory.checkWindowSpecification(boolean isPartitioned,
boolean isOrdered,
WindowFrameSpecification windowFrameSpecification)
Checks whether or not the window function adapters created by this factory may operate over the given window specification and throws an
IncompatibleWindowSpecificationException
if the check failed. |