// Generate a splitter that splits only on datasliceid. It is an
// integer split. We will just use the lower bounding query to specify
// the restriction of dataslice and set the upper bound to a constant
NetezzaDBDataSliceSplitter splitter = new NetezzaDBDataSliceSplitter();
return splitter.split(getConf(), null, null);
}