Database Reference
In-Depth Information
);
IndexExpressionsoldAfter2012 =
newIndexExpression(
ByteBufferUtil.bytes("sell_year"),
IndexOperator.GT,
ByteBufferUtil.bytes(2012)
);
ConfigHelper.setInputRange(conf,
Arrays.asList(electronicItems, soldAfter2012));
The previous code snippet returns the rows that fall in the electronics category and were
sold after the year 2012.
Search WWH ::




Custom Search