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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(String name, ValueVector vector, String msg) intprotected booleanabstract voidvoidwarn(String name, ValueVector vector, String msg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
errorin interfaceBatchValidator.ErrorReporter
-
warn
- Specified by:
warnin interfaceBatchValidator.ErrorReporter
-
warn
-
errorCount
public int errorCount()- Specified by:
errorCountin interfaceBatchValidator.ErrorReporter
-