* cases used in the source code template ColumnDivideScalarDecimal.txt.
* The template is used for division and modulo.
*/
@Test
public void testDecimalColDivideDecimalScalar() {
VectorizedRowBatch b = getVectorizedRowBatch3DecimalCols();
Decimal128 d = new Decimal128("2.00", (short) 2);
VectorExpression expr = new DecimalColDivideDecimalScalar(0, d, 2);
// test without nulls