Create a RecordReader that will scan the entire file.
@param include true for each column that should be included
@return A new RecordReader
@throws IOException
Get an iterator over a sorted range of rows.
@param lo the minimum data value
@param hi the maximum data value
@param type the iteration type, one of the composite flagsinvolving both a sort order, and whether each bound of the range should inclusive or exclusive
@return an iterator over a sorted range of rows
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.