Class MultiJoinStateViews


  • public final class MultiJoinStateViews
    extends Object
    Factory class to create different implementations of MultiJoinStateView based on the characteristics described in JoinInputSideSpec.

    Each state view uses a MapState where the primary key is the `joinKey` derived from the join conditions (via JoinKeyExtractor). The value stored within this map depends on whether the input side has a unique key and how it relates to the join key, optimizing storage and access patterns.

    • Constructor Detail

      • MultiJoinStateViews

        public MultiJoinStateViews()