MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / getDuplicateCount

Method getDuplicateCount

java/java/de/crupp/upscaledb/Cursor.java:426–429  ·  view source on GitHub ↗

Returns the number of duplicate keys This method wraps the native ups_cursor_get_duplicate_count function. Returns the number of duplicate keys of the item to which the Cursor currently refers. Returns 1 if the key has no duplicates. More information: <a href="http://files.upscaledb.

()

Source from the content-addressed store, hash-verified

424 * @return the number of duplicate keys
425 */
426 public int getDuplicateCount()
427 throws DatabaseException {
428 return ups_cursor_get_duplicate_count(m_handle, 0);
429 }
430
431 /**
432 * Returns the size of the current record

Callers 1

testGetDuplicateCountMethod · 0.95

Calls 1

Tested by 1

testGetDuplicateCountMethod · 0.76