Package io.trino.operator.scalar
Class TypeOfFunction
- java.lang.Object
-
- io.trino.operator.scalar.TypeOfFunction
-
public final class TypeOfFunction extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.airlift.slice.Slicetypeof(Type type, Boolean value)static io.airlift.slice.Slicetypeof(Type type, Double value)static io.airlift.slice.Slicetypeof(Type type, Long value)static io.airlift.slice.Slicetypeof(Type type, Object value)
-