Uses of Class
org.apache.druid.segment.column.NullableTypeStrategy
Packages that use NullableTypeStrategy
-
Uses of NullableTypeStrategy in org.apache.druid.math.expr.vector
Constructors in org.apache.druid.math.expr.vector with parameters of type NullableTypeStrategyModifierConstructorDescriptionObjectsComparatorFunction(NullableTypeStrategy<Object> nullableTypeStrategy, ComparatorFunction comparatorFunction) -
Uses of NullableTypeStrategy in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return NullableTypeStrategyModifier and TypeMethodDescription<T> NullableTypeStrategy<T> BaseTypeSignature.getNullableStrategy()default <T> NullableTypeStrategy<T> TypeSignature.getNullableStrategy()ANullableTypeStrategyis aTypeStrategywhich can handle reading and writing null values, at the very high cost of an additional byte per value, of which a single bit is used to storeTypeStrategies.IS_NULL_BYTEorTypeStrategies.IS_NOT_NULL_BYTEas appropriate.