Package io.trino.sql.planner.planprinter
Class ValuePrinter
- java.lang.Object
-
- io.trino.sql.planner.planprinter.ValuePrinter
-
public final class ValuePrinter extends Object
-
-
Constructor Summary
Constructors Constructor Description ValuePrinter(Metadata metadata, Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcastToVarchar(Type type, Object value)StringcastToVarcharOrFail(Type type, Object value)
-
-
-
Method Detail
-
castToVarcharOrFail
public String castToVarcharOrFail(Type type, Object value) throws OperatorNotFoundException
- Throws:
OperatorNotFoundException
-
-