@InterfaceAudience.Public @InterfaceStability.Evolving public interface DBSplitter
| Modifier and Type | Method and Description | 
|---|---|
| List<InputSplit> | split(Configuration conf,
          ResultSet results,
          String colName)Given a ResultSet containing one record (and already advanced to that record)
 with two columns (a low value, and a high value, both of the same type), determine
 a set of splits that span the given values. | 
List<InputSplit> split(Configuration conf, ResultSet results, String colName) throws SQLException
SQLExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.