Uses of Interface
org.apache.druid.segment.column.TypeFactory
-
Packages that use TypeFactory Package Description org.apache.druid.math.expr org.apache.druid.segment.column -
-
Uses of TypeFactory in org.apache.druid.math.expr
Classes in org.apache.druid.math.expr that implement TypeFactory Modifier and Type Class Description classExpressionTypeFactory -
Uses of TypeFactory in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement TypeFactory Modifier and Type Class Description classColumnTypeFactoryMethods in org.apache.druid.segment.column that return TypeFactory Modifier and Type Method Description static TypeFactory<ColumnType>ColumnTypeFactory. getInstance()Methods in org.apache.druid.segment.column with parameters of type TypeFactory Modifier and Type Method Description static <T extends TypeSignature<?>>
TTypes. fromString(TypeFactory<T> typeFactory, String typeString)Constructors in org.apache.druid.segment.column with parameters of type TypeFactory Constructor Description BaseTypeSignature(TypeFactory typeFactory, Type type, String complexTypeName, TypeSignature<Type> elementType)
-