Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YtTableMeta ¶
type YtTableMeta struct { Cluster string Prefix string Name string RowCount int64 NodeID *yt.NodeID DataWeight int64 }
func NewYtTableMeta ¶
func NewYtTableMeta(cluster, prefix, name string, rows, weight int64) *YtTableMeta
func (*YtTableMeta) FullName ¶
func (t *YtTableMeta) FullName() string
func (*YtTableMeta) OriginalPath ¶
func (t *YtTableMeta) OriginalPath() string
func (*YtTableMeta) OriginalYPath ¶
func (t *YtTableMeta) OriginalYPath() ypath.YPath
type YtTables ¶
type YtTables []*YtTableMeta
Click to show internal directories.
Click to hide internal directories.