Documentation
¶
Index ¶
- func New() *model
- type MaterializedView
- func (mv MaterializedView) Associate(a catalog.Association) (MaterializedView, bool)
- func (mv *MaterializedView) BuildPath(tail ...string) string
- func (mv MaterializedView) Is(mview MaterializedView) bool
- func (mv MaterializedView) Match(schema, name string) bool
- func (mv MaterializedView) String() string
- type Package
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MaterializedView ¶ added in v0.0.11
type MaterializedView struct {
Schema string
Name string
Query catalog.Source
Columns []string
Indexes []catalog.Index
RefreshMode string
RefreshMethod string
RefreshInterval string
Comment string
Size int
catalog.Annotable
}
func (MaterializedView) Associate ¶ added in v0.29.0
func (mv MaterializedView) Associate(a catalog.Association) (MaterializedView, bool)
func (*MaterializedView) BuildPath ¶ added in v0.29.0
func (mv *MaterializedView) BuildPath(tail ...string) string
func (MaterializedView) Is ¶ added in v0.29.0
func (mv MaterializedView) Is(mview MaterializedView) bool
func (MaterializedView) Match ¶ added in v0.0.11
func (mv MaterializedView) Match(schema, name string) bool
func (MaterializedView) String ¶ added in v0.0.11
func (mv MaterializedView) String() string
Click to show internal directories.
Click to hide internal directories.