Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Feb 13, 2018
1 parent 6753f69 commit a9b62b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/
package herddb.sql.expressions;

import herddb.model.Predicate;
import herddb.model.StatementEvaluationContext;
import herddb.model.StatementExecutionException;
import java.util.Collections;
Expand Down Expand Up @@ -72,8 +73,7 @@ public default CompiledSQLExpression cast(int type) {
}

/**
* the function {@link Predicate#matchesRawPrimaryKey(herddb.utils.Bytes, herddb.model.StatementEvaluationContext)
* }
* the function {@link Predicate#matchesRawPrimaryKey(herddb.utils.Bytes, herddb.model.StatementEvaluationContext)}
* works on a projection of the table wich contains only the pk fields of
* the table for instance if the predicate wants to access first element of
* the pk, and this field is the 3rd in the column list then you will find
Expand Down

0 comments on commit a9b62b0

Please sign in to comment.