Uses of Class
io.prestosql.operator.WindowInfo.DriverWindowInfo
-
Packages that use WindowInfo.DriverWindowInfo Package Description io.prestosql.operator -
-
Uses of WindowInfo.DriverWindowInfo in io.prestosql.operator
Methods in io.prestosql.operator that return types with arguments of type WindowInfo.DriverWindowInfo Modifier and Type Method Description List<WindowInfo.DriverWindowInfo>WindowInfo. getWindowInfos()Constructor parameters in io.prestosql.operator with type arguments of type WindowInfo.DriverWindowInfo Constructor Description WindowInfo(List<WindowInfo.DriverWindowInfo> windowInfos)
-