Method |
Description |
|
AcceptRecord ( int record ) : bool |
|
|
AnalyzeExpression ( BinaryNode expr ) : void |
|
|
BuildLinearExpression ( ) : void |
|
|
CompareClosestCandidateIndexDesc ( System.Data.IndexField fields ) : int |
|
|
CompareRecords ( int record1, int record2 ) : int |
|
|
CompareSortIndexDesc ( System.Data.IndexField fields ) : bool |
|
|
CreateIndex ( ) : void |
|
|
Eval ( BinaryNode expr, DataRow row, DataRowVersion version ) : int |
|
|
Evaluate ( int record ) : int |
|
|
FindClosestCandidateIndex ( ) : bool |
|
|
FindFirstMatchingRecord ( ) : int |
|
|
FindLastMatchingRecord ( int lo ) : int |
|
|
FindSortIndex ( ) : bool |
|
|
GetBinaryFilteredRecords ( ) : Range |
|
|
GetLinearFilteredRecords ( Range range ) : int[] |
|
|
GetLinearFilteredRows ( Range range ) : System.Data.DataRow[] |
|
|
InitCandidateColumns ( ) : void |
|
|
IsOperatorIn ( ExpressionNode enode ) : bool |
|
|
IsSupportedOperator ( int op ) : bool |
|
|
Sort ( int left, int right ) : void |
|
|