if (accessPath == null ||
accessPath.getConglomerateDescriptor()==null||
accessPath.getConglomerateDescriptor().
getIndexDescriptor() == null)
return;
IndexDescriptor id = accessPath.
getConglomerateDescriptor().
getIndexDescriptor();
int[] keyColumns = id.baseColumnPositions();
boolean[] isAscending = id.isAscending();
for (int i = 0; i < keyColumns.length; i++)
{
/* in such a query: select min(c3) from
* tab1 where c1 = 2 and c2 = 5, if prefix keys
* have equality operator, then we can still use