Interface ISeekPredicate.ISeekKey
- Enclosing interface:
- ISeekPredicate
public static interface ISeekPredicate.ISeekKey
Definition of a seek key. Part of a seek predicate that corresponds to one of the columns used
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Return the value vector that represents this keys values
-
Method Details
-
getValue
ValueVector getValue()Return the value vector that represents this keys values
-