Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.catalog
Interface Statistics  view Statistics download Statistics.java


public interface Statistics

This interface is used in the column SYS.SYSSTATISTICS.STATISTICS. It encapsulates information collected by the UPDATE STATISTICS command and is used internally by the Cloudscape optimizer to estimate cost and selectivity of different query plans.


Method Summary
 double selectivity(java.lang.Object[] predicates)
           
 

Method Detail

selectivity

public double selectivity(java.lang.Object[] predicates)