Class ApproximateNumericType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ApproximateNumericType type.
      • FLOAT16

        public static final Name FLOAT16
        Name of the openGql.grammar.ApproximateNumericType.float16 field.
      • FLOAT32

        public static final Name FLOAT32
        Name of the openGql.grammar.ApproximateNumericType.float32 field.
      • FLOAT64

        public static final Name FLOAT64
        Name of the openGql.grammar.ApproximateNumericType.float64 field.
      • FLOAT128

        public static final Name FLOAT128
        Name of the openGql.grammar.ApproximateNumericType.float128 field.
      • FLOAT256

        public static final Name FLOAT256
        Name of the openGql.grammar.ApproximateNumericType.float256 field.
      • FLOAT_WITH_PRECISION

        public static final Name FLOAT_WITH_PRECISION
        Name of the openGql.grammar.ApproximateNumericType.floatWithPrecision field.
      • REAL

        public static final Name REAL
        Name of the openGql.grammar.ApproximateNumericType.real field.
      • DOUBLE_WITH_PRECISION

        public static final Name DOUBLE_WITH_PRECISION
        Name of the openGql.grammar.ApproximateNumericType.doubleWithPrecision field.