MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetPartitions

Method GetPartitions

backend/generated-go/store/database.pb.go:1857–1862  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1855}
1856
1857func (x *TableMetadata) GetPartitions() []*TablePartitionMetadata {
1858 if x != nil {
1859 return x.Partitions
1860 }
1861 return nil
1862}
1863
1864func (x *TableMetadata) GetCheckConstraints() []*CheckConstraintMetadata {
1865 if x != nil {

Callers 2

normalizeLegacyMetadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected