Package io.trino.matching
Class PropertyPattern<F,C,R>
- java.lang.Object
-
- io.trino.matching.PropertyPattern<F,C,R>
-
public class PropertyPattern<F,C,R> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern<R>getPattern()Property<F,C,?>getProperty()static <F,C,T,R>
PropertyPattern<F,C,R>of(Property<F,C,T> property, Pattern<R> pattern)static <F,C,T>
PropertyPattern<F,C,T>upcast(PropertyPattern<F,C,? extends T> propertyPattern)
-
-
-
Method Detail
-
of
public static <F,C,T,R> PropertyPattern<F,C,R> of(Property<F,C,T> property, Pattern<R> pattern)
-
upcast
public static <F,C,T> PropertyPattern<F,C,T> upcast(PropertyPattern<F,C,? extends T> propertyPattern)
-
-