mirror of https://github.com/apache/druid.git
fix another code review comment
This commit is contained in:
parent
389319dd6e
commit
68618ffc75
|
@ -33,7 +33,8 @@ public interface Plumber
|
|||
|
||||
/**
|
||||
* @param row - the row to insert
|
||||
* @return - indicating how many rows were added, -1 means that an error occurred
|
||||
* @return - positive numbers indicate how many summarized rows exist in the index for that timestamp,
|
||||
* -1 means a row was thrown away because it was too late
|
||||
*/
|
||||
public int add(InputRow row);
|
||||
public <T> QueryRunner<T> getQueryRunner(Query<T> query);
|
||||
|
|
Loading…
Reference in New Issue