Class BooleanType

  • All Implemented Interfaces:
    Type

    public class BooleanType
    extends ScalarType
    The type of a boolean (logical) expression.

    An example of a boolean expression is the predicate

    [Measures].[Unit Sales] > 1000
    Since:
    Feb 17, 2005
    Author:
    jhyde
    • Constructor Detail

      • BooleanType

        public BooleanType()
        Creates a boolean type.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object