Interface BuiltInMetadata.MinRowCount

  • All Superinterfaces:
    Metadata
    Enclosing class:
    BuiltInMetadata

    public static interface BuiltInMetadata.MinRowCount
    extends Metadata
    Metadata about the minimum number of rows returned by a relational expression.
    • Method Detail

      • getMinRowCount

        java.lang.Double getMinRowCount()
        Estimates the minimum number of rows which will be returned by a relational expression.

        The default implementation for this query returns 0, but metadata providers can override this with their own cost models.

        Returns:
        lower bound on the number of rows returned