statsMap.put(Counter.PASSED, passed_count);
} catch (Throwable e) {
throw new HiveException(e);
}
if (conditionEvaluator instanceof ConstantVectorExpression) {
ConstantVectorExpression cve = (ConstantVectorExpression) this.conditionEvaluator;
if (cve.getLongValue() == 1) {
filterMode = 1;
} else {
filterMode = -1;
}
}