package zorder
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- object ZCubeInfo extends DeltaCommand with Serializable