Class BooleanType

java.lang.Object
org.olap4j.type.ScalarType
org.olap4j.type.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 Details

    • BooleanType

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