risingwave_hummock_sdk

Module key

source

Modules§

Structs§

  • FullKey is an internal concept in storage. It associates UserKey with an epoch.
  • TODO: Temporary bypass full key check. Remove this field after #15099 is resolved.
  • TableKey is an internal concept in storage. It’s a wrapper around the key directly from the user, to make the code clearer and avoid confusion with encoded UserKey and FullKey.
  • UserKey is is an internal concept in storage. In the storage interface, user specifies table_key and table_id (in ReadOptions or WriteOptions) as the input. The storage will group these two values into one struct for convenient filtering.

Constants§

Statics§

Traits§

Functions§

Type Aliases§