Class AggResultContextImpl

    • Constructor Detail

      • AggResultContextImpl

        public AggResultContextImpl​(BlockBuilder block,
                                    AggregateCall call,
                                    java.util.List<Expression> accumulator,
                                    ParameterExpression key,
                                    PhysType keyPhysType)
        Creates aggregate result context.
        Parameters:
        block - Code block that will contain the result calculation statements
        call - Aggregate call
        accumulator - Accumulator variables that store the intermediate aggregate state
        key - Key