Uses of Class
io.trino.sql.planner.plan.WindowNode.Frame
-
Packages that use WindowNode.Frame Package Description io.trino.sql.planner.plan -
-
Uses of WindowNode.Frame in io.trino.sql.planner.plan
Fields in io.trino.sql.planner.plan declared as WindowNode.Frame Modifier and Type Field Description static WindowNode.FrameWindowNode.Frame. DEFAULT_FRAMEMethods in io.trino.sql.planner.plan that return WindowNode.Frame Modifier and Type Method Description WindowNode.FrameWindowNode.Function. getFrame()Methods in io.trino.sql.planner.plan that return types with arguments of type WindowNode.Frame Modifier and Type Method Description Optional<WindowNode.Frame>PatternRecognitionNode. getCommonBaseFrame()List<WindowNode.Frame>WindowNode. getFrames()Constructors in io.trino.sql.planner.plan with parameters of type WindowNode.Frame Constructor Description Function(ResolvedFunction resolvedFunction, List<Expression> arguments, WindowNode.Frame frame, boolean ignoreNulls)
-