verifyLongNullDataVectorEntries(lcvOut, batch.selected, batch.selectedInUse, batch.size);
}
@Test
public void testLongColAddLongScalarWithRepeating() {
LongColumnVector in, out;
VectorizedRowBatch batch;
LongColAddLongScalar expr;
// Case 1: is repeating, no nulls
batch = getVectorizedRowBatchSingleLongVector(VectorizedRowBatch.DEFAULT_SIZE);