Uses of Class
io.trino.operator.window.pattern.PhysicalValuePointer
-
Packages that use PhysicalValuePointer Package Description io.trino.operator.window.pattern -
-
Uses of PhysicalValuePointer in io.trino.operator.window.pattern
Constructor parameters in io.trino.operator.window.pattern with type arguments of type PhysicalValuePointer Constructor Description Evaluation(PageProjection projection, List<PhysicalValuePointer> expectedLayout, List<String> labelNames, ConnectorSession session)EvaluationSupplier(Supplier<PageProjection> projection, List<PhysicalValuePointer> expectedLayout, List<String> labelNames, ConnectorSession session)MeasureComputation(PageProjection projection, List<PhysicalValuePointer> expectedLayout, Type type, List<String> labelNames, ConnectorSession session)MeasureComputationSupplier(Supplier<PageProjection> projection, List<PhysicalValuePointer> expectedLayout, Type type, List<String> labelNames, ConnectorSession session)
-