Uses of Interface
org.apache.druid.segment.column.TypeFactory
Packages that use TypeFactory
-
Uses of TypeFactory in org.apache.druid.math.expr
Classes in org.apache.druid.math.expr that implement TypeFactory -
Uses of TypeFactory in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement TypeFactoryMethods in org.apache.druid.segment.column that return TypeFactoryMethods in org.apache.druid.segment.column with parameters of type TypeFactoryModifier and TypeMethodDescriptionstatic <T extends TypeSignature<?>>
TTypes.fromString(TypeFactory<T> typeFactory, String typeString) Constructors in org.apache.druid.segment.column with parameters of type TypeFactoryModifierConstructorDescriptionBaseTypeSignature(TypeFactory typeFactory, Type type, String complexTypeName, TypeSignature<Type> elementType)