MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Serialize

Method Serialize

core/rootobject/objinterface/root_object.go:37–37  ·  view source on GitHub ↗

Serialize returns the byte representation of the root object.

(ctx context.Context)

Source from the content-addressed store, hash-verified

35 GetRootObjectID() RootObjectID
36 // Serialize returns the byte representation of the root object.
37 Serialize(ctx context.Context) ([]byte, error)
38}
39
40// Conflict is an expanded interface on Dolt's conflict root object.

Callers 15

AddTriggerMethod · 0.65
AddFunctionMethod · 0.65
SerializeMethod · 0.65
AddConflictMethod · 0.65
CreateConflictFunction · 0.65
HandleMergeFunction · 0.65
AddLoadedExtensionMethod · 0.65
writeCacheMethod · 0.65
AddProcedureMethod · 0.65
AddCastMethod · 0.65
HashOfMethod · 0.65
SerializeMethod · 0.65

Implementers 8

Triggercore/triggers/collection.go
Functioncore/functions/collection.go
Conflictcore/conflicts/collection.go
Extensioncore/extensions/collection.go
Sequencecore/sequences/collection.go
Procedurecore/procedures/collection.go
Castcore/casts/collection.go
TypeWrappercore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by 1