Class BatchValidator.BaseErrorReporter
java.lang.Object
org.apache.drill.exec.physical.impl.validate.BatchValidator.BaseErrorReporter
- All Implemented Interfaces:
BatchValidator.ErrorReporter
- Enclosing class:
- BatchValidator
public abstract static class BatchValidator.BaseErrorReporter
extends Object
implements BatchValidator.ErrorReporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(String name, ValueVector vector, String msg) int
protected boolean
abstract void
void
warn
(String name, ValueVector vector, String msg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.drill.exec.physical.impl.validate.BatchValidator.ErrorReporter
error
-
Constructor Details
-
BaseErrorReporter
-
-
Method Details
-
startError
protected boolean startError() -
error
- Specified by:
error
in interfaceBatchValidator.ErrorReporter
-
warn
- Specified by:
warn
in interfaceBatchValidator.ErrorReporter
-
warn
-
errorCount
public int errorCount()- Specified by:
errorCount
in interfaceBatchValidator.ErrorReporter
-