Uses of Interface
io.trino.operator.window.InternalWindowIndex
-
Packages that use InternalWindowIndex Package Description io.trino.operator.window io.trino.operator.window.pattern -
-
Uses of InternalWindowIndex in io.trino.operator.window
Classes in io.trino.operator.window that implement InternalWindowIndex Modifier and Type Class Description classMappedWindowIndexclassPagesWindowIndexMethods in io.trino.operator.window with parameters of type InternalWindowIndex Modifier and Type Method Description voidMappedWindowIndex. setDelegate(InternalWindowIndex delegate) -
Uses of InternalWindowIndex in io.trino.operator.window.pattern
Classes in io.trino.operator.window.pattern that implement InternalWindowIndex Modifier and Type Class Description classProjectingPagesWindowIndexThis class represents a WindowIndex with additional "channels" which are not part of the underlying PagesIndex.
-