Interface ISeekPredicate
public interface ISeekPredicate
Index seek predicate used when creating index seek scan operators from catalogs
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefinition of a seek key. -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()Return the index for this predicateReturn the used columns for this predicate fromgetIndex()getSeekKeys(IExecutionContext context) Returns seek keys for this predicate.
-
Method Details
-
getIndex
Index getIndex()Return the index for this predicate -
getIndexColumns
Return the used columns for this predicate fromgetIndex() -
getSeekKeys
Returns seek keys for this predicate. Size of keys equals the size of thegetIndexColumns()used.
-