Packages

package zorder

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ZCubeInfo(zCubeID: ZCubeID, zOrderBy: Seq[String]) extends Product with Serializable

    ZCube identifying information.

    ZCube identifying information.

    zCubeID

    unique identifier of a OPTIMIZE ZORDER BY command run

    zOrderBy

    list of ZORDER BY columns for the run

    Note

    This piece of info could be put in table Metadata or taken from CommitInfo but is currently inlined here for simplicity.

Value Members

  1. object ZCubeInfo extends DeltaCommand with Serializable

Ungrouped