Uses of Interface
io.trino.operator.window.pattern.PhysicalValueAccessor
-
Packages that use PhysicalValueAccessor Package Description io.trino.operator.window.matcher io.trino.operator.window.pattern -
-
Uses of PhysicalValueAccessor in io.trino.operator.window.matcher
Constructor parameters in io.trino.operator.window.matcher with type arguments of type PhysicalValueAccessor Constructor Description Matcher(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 PhysicalValueAccessor Modifier and Type Class Description classMatchAggregationPointerclassPhysicalValuePointerMethods in io.trino.operator.window.pattern that return types with arguments of type PhysicalValueAccessor Modifier and Type Method Description List<PhysicalValueAccessor>LabelEvaluator.Evaluation. getExpectedLayout()Method parameters in io.trino.operator.window.pattern with type arguments of type PhysicalValueAccessor Modifier and Type Method Description static 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 PhysicalValueAccessor Constructor Description Evaluation(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)
-