package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
DecodeMsgPositions deserialize string to []*MsgPosition.
No description provided by the author
EncodeMsgPositions serialize []*MsgPosition into string.
EqualKeyPairArray check whether 2 KeyValuePairs are equal.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCore creates a new rootcoord core.
No description provided by the author
No description provided by the author
NewMetaTable creates a new MetaTable with specified catalog and allocator.
NewQuotaCenter returns a new QuotaCenter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MetaFieldName name of the dynamic schema field.
RowIDField id of row ID field.
RowIDFieldName name of row ID field.
No description provided by the author
StartOfUserFieldID id of user defined field begin from here.
StartOfUserFunctionID id of user defined function begin from here.
TimeStampField id of timestamp field.
TimeStampFieldName name of the timestamp field.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
Core root coordinator core.
No description provided by the author
MetaTable is a persistent meta set of all databases, collections and partitions.
QuotaCenter manages the quota and limitations of the whole cluster, it receives metrics info from DataNodes, QueryNodes and Proxies, and notifies Proxies to limit rate of requests from clients or reject all requests when the cluster met resources issues.
No description provided by the author

# Interfaces

Broker communicates with other components.
No description provided by the author
go:generate mockery --name=GarbageCollector --outpkg=mockrootcoord --filename=garbage_collector.go --with-expecter --testonly.
go:generate mockery --name=IMetaTable --structname=MockIMetaTable --output=./ --filename=mock_meta_table.go --with-expecter --inpackage.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Timestamp is an alias of typeutil.Timestamp.
UniqueID is an alias of typeutil.UniqueID.