Class GeneralSetFunctionType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.GeneralSetFunctionType type.
      • AVG

        public static final Name AVG
        Name of the openGql.grammar.GeneralSetFunctionType.avg field.
      • COUNT

        public static final Name COUNT
        Name of the openGql.grammar.GeneralSetFunctionType.count field.
      • MAX

        public static final Name MAX
        Name of the openGql.grammar.GeneralSetFunctionType.max field.
      • MIN

        public static final Name MIN
        Name of the openGql.grammar.GeneralSetFunctionType.min field.
      • SUM

        public static final Name SUM
        Name of the openGql.grammar.GeneralSetFunctionType.sum field.
      • COLLECT_LIST

        public static final Name COLLECT_LIST
        Name of the openGql.grammar.GeneralSetFunctionType.collectList field.
      • STDDEV_SAMP

        public static final Name STDDEV_SAMP
        Name of the openGql.grammar.GeneralSetFunctionType.stddevSamp field.
      • STDDEV_POP

        public static final Name STDDEV_POP
        Name of the openGql.grammar.GeneralSetFunctionType.stddevPop field.