Uses of Class
io.trino.matching.Property
-
Packages that use Property Package Description io.trino.matching io.trino.matching.pattern -
-
Uses of Property in io.trino.matching
Methods in io.trino.matching that return Property Modifier and Type Method Description Property<F,C,?>PropertyPattern. getProperty()static <F,C,T>
Property<F,C,T>Property. optionalProperty(String name, BiFunction<F,C,Optional<T>> function)static <F,C,T>
Property<F,C,T>Property. optionalProperty(String name, Function<F,Optional<T>> function)static <F,C,T>
Property<F,C,T>Property. property(String name, BiFunction<F,C,T> function)static <F,C,T>
Property<F,C,T>Property. property(String name, Function<F,T> function)Methods in io.trino.matching with parameters of type Property Modifier and Type Method Description static <F,C,T extends Iterable<S>,S>
PropertyPattern<F,C,T>Pattern. empty(Property<F,C,T> property)static <F,C,T extends Iterable<S>,S>
PropertyPattern<F,C,T>Pattern. nonEmpty(Property<F,C,T> property)static <F,C,T,R>
PropertyPattern<F,C,R>PropertyPattern. of(Property<F,C,T> property, Pattern<R> pattern) -
Uses of Property in io.trino.matching.pattern
Methods in io.trino.matching.pattern that return Property Modifier and Type Method Description Property<? super T,?,?>WithPattern. getProperty()
-