Module object_id

Module object_id 

Source

Structs§

DefaultObjectIdDecoder
ObjectIdArray
Represents an Arrow array with an ObjectIdEncoding.
ObjectIdArrayBuilder
Provides a convenient API for building arrays of RDF terms with the ObjectIdEncoding. The documentation of the encoding provides additional information.
ObjectIdEncoding
The ObjectIdEncoding represents each distinct term in the database with a single unique id. We call such an id object id. Here is an example of the encoding:
ObjectIdScalar
Represents an Arrow scalar with a ObjectIdEncoding.
UnknownObjectIdError

Enums§

ObjectIdMappingError
Indicates an error that occurred while working with the ObjectIdMapping.

Traits§

ObjectIdMapping
The object id mapping is responsible for mapping between object ids and RDF terms in the ObjectIdEncoding.