Uses of Class
io.prestosql.ExceededSpillLimitException
-
Packages that use ExceededSpillLimitException Package Description io.prestosql -
-
Uses of ExceededSpillLimitException in io.prestosql
Methods in io.prestosql that return ExceededSpillLimitException Modifier and Type Method Description static ExceededSpillLimitExceptionExceededSpillLimitException. exceededLocalLimit(io.airlift.units.DataSize maxSpill)static ExceededSpillLimitExceptionExceededSpillLimitException. exceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill)
-