Class Hierarchy
- java.lang.Object
- io.prestosql.operator.window.AbstractWindowFunctionSupplier (implements io.prestosql.operator.window.WindowFunctionSupplier)
- io.prestosql.operator.window.ReflectionWindowFunctionSupplier<T>
- io.prestosql.operator.window.AggregateWindowFunction (implements io.prestosql.spi.function.WindowFunction)
- io.prestosql.operator.window.FramedWindowFunction
- io.prestosql.operator.window.FrameInfo
- io.prestosql.operator.window.PagesWindowIndex (implements io.prestosql.spi.function.WindowIndex)
- io.prestosql.spi.function.RankingWindowFunction (implements io.prestosql.spi.function.WindowFunction)
- io.prestosql.operator.window.CumulativeDistributionFunction
- io.prestosql.operator.window.DenseRankFunction
- io.prestosql.operator.window.NTileFunction
- io.prestosql.operator.window.PercentRankFunction
- io.prestosql.operator.window.RankFunction
- io.prestosql.operator.window.RowNumberFunction
- io.prestosql.operator.window.SqlWindowFunction (implements io.prestosql.metadata.SqlFunction)
- io.prestosql.spi.function.ValueWindowFunction (implements io.prestosql.spi.function.WindowFunction)
- io.prestosql.operator.window.FirstValueFunction
- io.prestosql.operator.window.LagFunction
- io.prestosql.operator.window.LastValueFunction
- io.prestosql.operator.window.LeadFunction
- io.prestosql.operator.window.NthValueFunction
- io.prestosql.operator.window.WindowAnnotationsParser
- io.prestosql.operator.window.WindowPartition
- io.prestosql.operator.window.AbstractWindowFunctionSupplier (implements io.prestosql.operator.window.WindowFunctionSupplier)
Interface Hierarchy
- io.prestosql.operator.window.WindowFunctionSupplier