Uses of Class
org.apache.druid.segment.column.Types.IncompatibleTypeException
Packages that use Types.IncompatibleTypeException
-
Uses of Types.IncompatibleTypeException in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that throw Types.IncompatibleTypeExceptionModifier and TypeMethodDescriptionstatic ExpressionTypeExpressionTypeConversion.leastRestrictiveType(ExpressionType type, ExpressionType other) ColumnType.leastRestrictiveType(ColumnType, ColumnType)but for expression types -
Uses of Types.IncompatibleTypeException in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that throw Types.IncompatibleTypeExceptionModifier and TypeMethodDescriptionstatic ColumnTypeColumnType.leastRestrictiveType(ColumnType type, ColumnType other) Finds the type that can best represent both types, or none if there is no type information.