public interface WarningCollector
| Modifier and Type | Field and Description |
|---|---|
static WarningCollector |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PrestoWarning warning) |
List<PrestoWarning> |
getWarnings() |
boolean |
hasWarnings() |
static final WarningCollector NOOP
void add(PrestoWarning warning)
List<PrestoWarning> getWarnings()
boolean hasWarnings()
Copyright © 2012–2022. All rights reserved.