Uses of Class
org.apache.druid.segment.column.Types.IncompatibleTypeException
-
Packages that use Types.IncompatibleTypeException Package Description org.apache.druid.math.expr org.apache.druid.segment.column -
-
Uses of Types.IncompatibleTypeException in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that throw Types.IncompatibleTypeException Modifier and Type Method Description static 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.IncompatibleTypeException Modifier and Type Method Description static ColumnTypeColumnType. leastRestrictiveType(ColumnType type, ColumnType other)Finds the type that can best represent both types, or none if there is no type information.
-