Azavea.Open.DAO.Memory.AbstractMemoryIndex.GetCardinality C# (CSharp) Method

GetCardinality() public abstract method

Returns a number indicating how many breaks this index has for the properties used in the criteria. Roughly speaking, higher is better (though the number is an estimate, it is possible to have data that makes the index inefficient). If there are multiple indexes, the one that returns the highest number from this method will be used. An index should return 1 to indicate that it offers no value for this criteria.
public abstract GetCardinality ( DaoCriteria crit ) : int
crit Azavea.Open.DAO.Criteria.DaoCriteria The query being run.
return int
        public abstract int GetCardinality(DaoCriteria crit);