Class ProjectionOperator

    • Constructor Detail

      • ProjectionOperator

        public ProjectionOperator​(@NonNull Operator childOperator,
                                  @NonNull FieldExpression[] attributes)
                           throws java.lang.IllegalStateException
        Create a new ProjectOperator.
        Parameters:
        childOperator - The previous operator in the operator chain of Query instance.
        attributes - A variable list of projected attributes.
        Throws:
        java.lang.IllegalStateException