Uses of Interface
io.trino.operator.window.pattern.PhysicalValueAccessor
Packages that use PhysicalValueAccessor
-
Uses of PhysicalValueAccessor in io.trino.operator.window.matcher
Constructor parameters in io.trino.operator.window.matcher with type arguments of type PhysicalValueAccessorModifierConstructorDescriptionMatcher(Program program, List<List<PhysicalValueAccessor>> accessors, List<LocalExecutionPlanner.MatchAggregationLabelDependency> labelDependencies, List<MatchAggregation.MatchAggregationInstantiator> aggregations) ThreadEquivalence(Program program, List<List<PhysicalValueAccessor>> accessors, List<LocalExecutionPlanner.MatchAggregationLabelDependency> labelDependencies) -
Uses of PhysicalValueAccessor in io.trino.operator.window.pattern
Classes in io.trino.operator.window.pattern that implement PhysicalValueAccessorMethods in io.trino.operator.window.pattern that return types with arguments of type PhysicalValueAccessorMethod parameters in io.trino.operator.window.pattern with type arguments of type PhysicalValueAccessorModifier and TypeMethodDescriptionstatic BlockMeasureComputation.compute(int currentRow, ArrayView matchedLabels, MatchAggregation[] aggregations, int partitionStart, int searchStart, int searchEnd, int patternStart, long matchNumber, ProjectingPagesWindowIndex windowIndex, PageProjection projection, List<PhysicalValueAccessor> expectedLayout, Block[] nulls, List<String> labelNames, ConnectorSession session) static Block[]MeasureComputation.precomputeNulls(List<PhysicalValueAccessor> expectedLayout) Constructor parameters in io.trino.operator.window.pattern with type arguments of type PhysicalValueAccessorModifierConstructorDescriptionEvaluation(PageProjection projection, List<PhysicalValueAccessor> expectedLayout, List<String> labelNames, ConnectorSession session) EvaluationSupplier(Supplier<PageProjection> projection, List<PhysicalValueAccessor> expectedLayout, List<String> labelNames, ConnectorSession session) MeasureComputation(PageProjection projection, List<PhysicalValueAccessor> expectedLayout, List<MatchAggregation> aggregations, Type type, List<String> labelNames, ConnectorSession session) MeasureComputationSupplier(Supplier<PageProjection> projection, List<PhysicalValueAccessor> expectedLayout, Type type, List<String> labelNames, ConnectorSession session)