Class Sample

  • All Implemented Interfaces:
    java.lang.Cloneable, RelOptNode, RelNode

    public class Sample
    extends SingleRel
    Relational expression that returns a sample of the rows from its input.

    In SQL, a sample is expressed using the TABLESAMPLE BERNOULLI or SYSTEM keyword applied to a table, view or sub-query.