Interface ComputeTableStats

    • Method Detail

      • columns

        ComputeTableStats columns​(java.lang.String... columns)
        Choose the set of columns to collect stats, by default all columns are chosen.
        Parameters:
        columns - a set of column names to be analyzed
        Returns:
        this for method chaining
      • snapshot

        ComputeTableStats snapshot​(long snapshotId)
        Choose the table snapshot to compute stats, by default the current snapshot is used.
        Parameters:
        snapshotId - long ID of the snapshot for which stats need to be computed
        Returns:
        this for method chaining