Skip to content

C API: Add rocksdb_iter_is_key/value_pinned functions #14903

Description

@andpred

There are no C bindings to verify whether an iterator key or value are pinned. Given #14895, I'd find it useful if the C API had this:

extern ROCKSDB_LIBRARY_API unsigned char rocksdb_iter_is_key_pinned(const rocksdb_iterator_t*);
extern ROCKSDB_LIBRARY_API unsigned char rocksdb_iter_is_value_pinned(const rocksdb_iterator_t*);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions