Uses of Class
io.trino.metadata.OperatorNotFoundException
-
Packages that use OperatorNotFoundException Package Description io.trino.metadata io.trino.sql.planner.planprinter -
-
Uses of OperatorNotFoundException in io.trino.metadata
Methods in io.trino.metadata that throw OperatorNotFoundException Modifier and Type Method Description ResolvedFunctionMetadata. resolveOperator(OperatorType operatorType, List<? extends Type> argumentTypes)ResolvedFunctionMetadataManager. resolveOperator(OperatorType operatorType, List<? extends Type> argumentTypes) -
Uses of OperatorNotFoundException in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that throw OperatorNotFoundException Modifier and Type Method Description StringValuePrinter. castToVarcharOrFail(Type type, Object value)
-