Class ExpressionType

All Implemented Interfaces:
TypeSignature<ExprType>

@Immutable public class ExpressionType extends BaseTypeSignature<ExprType>
The type system used to process Druid expressions. This is basically ColumnType, but without ColumnType.FLOAT because the expression processing system does not currently directly support them.