Uses of Class
io.trino.spi.predicate.NullableValue
Packages that use NullableValue
-
Uses of NullableValue in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type NullableValueModifier and TypeMethodDescriptionConstraint.predicate()A predicate that can be used to filter data.Constructor parameters in io.trino.spi.connector with type arguments of type NullableValueModifierConstructorDescriptionConstraint(TupleDomain<ColumnHandle> summary, ConnectorExpression expression, Map<String, ColumnHandle> assignments, Predicate<Map<ColumnHandle, NullableValue>> predicate, Set<ColumnHandle> predicateColumns) Constraint(TupleDomain<ColumnHandle> summary, Predicate<Map<ColumnHandle, NullableValue>> predicate, Set<ColumnHandle> predicateColumns) -
Uses of NullableValue in io.trino.spi.function.table
Methods in io.trino.spi.function.table that return NullableValueMethods in io.trino.spi.function.table with parameters of type NullableValueModifier and TypeMethodDescriptionstatic ScalarArgumentScalarArgument.fromNullableValue(NullableValue nullableValue) -
Uses of NullableValue in io.trino.spi.predicate
Methods in io.trino.spi.predicate that return NullableValueModifier and TypeMethodDescriptionstatic NullableValuestatic NullableValueNullableValue.fromSerializable(NullableValue.Serializable serializable) static NullableValueMethods in io.trino.spi.predicate that return types with arguments of type NullableValueModifier and TypeMethodDescriptionTupleDomain.asPredicate()static <T> Optional<Map<T,List<NullableValue>>> TupleDomain.extractDiscreteValues(TupleDomain<T> tupleDomain) Extract all column constraints that define a non-empty set of discrete values allowed for the columns in their respective Domains.static <T> Optional<Map<T,NullableValue>> TupleDomain.extractFixedValues(TupleDomain<T> tupleDomain) Extract all column constraints that require exactly one value or only null in their respective Domains.Method parameters in io.trino.spi.predicate with type arguments of type NullableValueModifier and TypeMethodDescriptionstatic <T> TupleDomain<T>TupleDomain.fromFixedValues(Map<T, NullableValue> fixedValues) Convert a map of columns to values into the TupleDomain which requires those columns to be fixed to those values.