We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed8840 commit d657118Copy full SHA for d657118
quixstreams/state/rocksdb/timestamped.py
@@ -51,7 +51,7 @@ def get_last(
51
more recent than those found in the store.
52
53
:param timestamp: The upper bound timestamp (inclusive) in milliseconds.
54
- :param prefix: The key prefix to search for.
+ :param prefix: The key prefix.
55
:param cf_name: The column family name.
56
:return: The deserialized value if found, otherwise None.
57
"""
0 commit comments