pub type PbInfo = Info;
Expand description
Alias for Info
.
Aliased Type§
enum PbInfo {
Show 18 variants
Database(Database),
Schema(Schema),
Function(Function),
User(UserInfo),
SessionParam(SetSessionParamRequest),
Node(WorkerNode),
HummockVersionDeltas(HummockVersionDeltas),
Snapshot(MetaSnapshot),
MetaBackupManifestId(MetaBackupManifestId),
SystemParams(SystemParams),
HummockWriteLimits(WriteLimits),
RelationGroup(RelationGroup),
Connection(Connection),
HummockStats(HummockVersionStats),
Recovery(Recovery),
StreamingWorkerSlotMapping(FragmentWorkerSlotMapping),
ServingWorkerSlotMappings(FragmentWorkerSlotMappings),
Secret(Secret),
}