Uses of Class
io.prestosql.metadata.OperatorNotFoundException
-
Packages that use OperatorNotFoundException Package Description io.prestosql.metadata io.prestosql.sql.planner.planprinter -
-
Uses of OperatorNotFoundException in io.prestosql.metadata
Methods in io.prestosql.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.prestosql.sql.planner.planprinter
Methods in io.prestosql.sql.planner.planprinter that throw OperatorNotFoundException Modifier and Type Method Description StringValuePrinter. castToVarcharOrFail(Type type, Object value)
-