MCPcopy Create free account

hub / github.com/cruppstahl/upscaledb / functions

Functions7,064 in github.com/cruppstahl/upscaledb

↓ 12 callersMethodis_aborted
Returns true if the Txn was aborted
src/4txn/txn.h:108
↓ 12 callersMethodis_btree_active
Returns true if a cursor is coupled to the btree
src/4cursor/cursor_local.h:161
↓ 12 callersMethodis_committed
Returns true if the Txn was committed
src/4txn/txn.h:113
↓ 12 callersMethodleft_child
Returns the ptr_down of this node
src/3btree/btree_node_proxy.h:114
↓ 12 callersFunctionlower_bound
should emulate std:lower_bound*/
3rdparty/simdcomp/src/simdpackedsearch.c:29
↓ 12 callersMethodname
Returns the database name
src/4db/db.h:69
↓ 12 callersFunctionopCast
3rdparty/catch/catch.hpp:1317
↓ 12 callersMethodpread
src/1os/os_win32.cc:172
↓ 12 callersFunctionread_int
3rdparty/libvbyte/vbyte.cc:92
↓ 12 callersMethodremove
src/4txn/txn_local.cc:266
↓ 12 callersMethodseconds
tools/ups_bench/timer.h:41
↓ 12 callersMethodset_size
Sets the size of the key. */
include/ups/upscaledb.hpp:130
↓ 12 callersMethodtest_get_classname
Returns the class name (for testing)
src/3btree/btree_index.h:304
↓ 12 callersFunctiontr_bencInit
3rdparty/json/bencode.c:58
↓ 12 callersFunctiontr_bencParse
3rdparty/json/bencode.c:319
↓ 12 callersFunctionups_env_get_parameters
src/5upscaledb/upscaledb.cc:767
↓ 11 callersMethodabort
src/4txn/txn_local.cc:345
↓ 11 callersFunctionbtree_header
src/4env/env_local.cc:81
↓ 11 callersMethodduplicate_index
Returns the duplicate index that this cursor points to.
src/3btree/btree_cursor.h:152
↓ 11 callersFunctionerror
samples/db1.c:31
↓ 11 callersMethodfetch
unittests/page_manager.cpp:35
↓ 11 callersMethodfind
src/3btree/btree_find.cc:253
↓ 11 callersMethodis_open
Returns true if the file is open
src/1os/file.h:96
↓ 11 callersFunctionis_record_inline
helper function which returns true if a record is inline
src/3btree/btree_records_duplicate.h:69
↓ 11 callersMethodlength
src/4uqi/type_wrapper.h:46
↓ 11 callersMethodmax_databases
Returns get the maximum number of databases for this file
src/4env/env_header.h:123
↓ 11 callersMethodmove
src/4txn/txn_cursor.cc:162
↓ 11 callersMethodnames
win32/msvc2013/2protobuf/messages.pb.h:11259
↓ 11 callersFunctionprint_indention
3rdparty/json/main.c:24
↓ 11 callersMethodroot_page
src/3btree/btree_index.cc:41
↓ 11 callersMethodset_address
Sets the address of this page
src/2page/page.h:220
↓ 11 callersMethodset_type
Sets the page's type (kType*)
src/2page/page.h:230
↓ 11 callersFunctionsimdfastset
3rdparty/simdcomp/src/simdbitpacking.c:14125
↓ 11 callersMethodstore
src/4txn/txn_local.cc:252
↓ 11 callersMethodunlock
src/1base/spinlock.h:107
↓ 11 callersFunctionuqi_result_get_record_type
src/4uqi/uqi.cc:50
↓ 11 callersFunctionwrite_int
3rdparty/libvbyte/vbyte.cc:145
↓ 10 callersMethodallocate
src/5server/upsserver.h:79
↓ 10 callersFunctionappend_entry
Appends an entry to the journal
src/3journal/journal.cc:182
↓ 10 callersMethodclose
tools/ups_bench/generator_parser.cc:138
↓ 10 callersMethodcursor_create
tools/ups_bench/database.cc:109
↓ 10 callersMethoderase
Erases a slot. Only updates the UpfrontIndex; does NOT delete the record blobs!
src/3btree/btree_records_duplicate.h:579
↓ 10 callersMethodfind
unittests/approx.cpp:80
↓ 10 callersMethodgetSourceInfo
3rdparty/catch/catch.hpp:7288
↓ 10 callersMethodget_flags
Returns the flags of the key. */
include/ups/upscaledb.hpp:142
↓ 10 callersMethodhas_db_handle
optional uint64 db_handle = 2;
win32/msvc2013/2protobuf/messages.pb.h:12065
↓ 10 callersMethodhas_env_handle
optional uint64 env_handle = 3;
win32/msvc2013/2protobuf/messages.pb.h:11145
↓ 10 callersFunctionjni_set_cursor_env
java/src/upscaledb.cc:54
↓ 10 callersMethodkey
Returns the modified key
src/4txn/txn_local.h:154
↓ 10 callersMethodlenv
unittests/fixture.hpp:132
↓ 10 callersMethodmutable_db_get_parameters_reply
win32/msvc2013/2protobuf/messages.pb.h:9189
↓ 10 callersMethodnames_size
repeated uint32 names = 2;
win32/msvc2013/2protobuf/messages.pb.h:11253
↓ 10 callersMethodset_env_handle
win32/msvc2013/2protobuf/messages.pb.h:11162
↓ 10 callersFunctiontr_bencDictAddInt
3rdparty/json/bencode.c:751
↓ 10 callersFunctionuqi_result_initialize
src/4uqi/uqi.cc:154
↓ 9 callersMethodErase
()
dotnet/unittests/CursorTest.cs:284
↓ 9 callersMethodGetRecord
()
dotnet/unittests/CursorTest.cs:167
↓ 9 callersMethodagg_single
Aggregation function for a single key/record pair
src/4uqi/plugin_wrapper.h:84
↓ 9 callersMethoddecompress
Decompresses |inlength| bytes of data in |inp|. |outlength| is the expected size of the decompressed data.
src/2compressor/compressor.h:115
↓ 9 callersMethoderaseCursorTest
unittests/btree_default.cpp:204
↓ 9 callersFunctionerror
tools/ups_dump.cc:75
↓ 9 callersFunctionerror
tools/ups_export.cc:53
↓ 9 callersMethodfind
Searches an item in the Database, returns the record <p> This method wraps the native ups_db_find function. <p> This function searches the Database fo
java/java/de/crupp/upscaledb/Database.java:154
↓ 9 callersMethodfull_key_size
Returns the actual key size including overhead
src/3btree/btree_keys_pod.h:94
↓ 9 callersMethodget_chunk_data_by_offset
Returns a pointer to the actual data of a chunk
src/3btree/upfront_index.h:476
↓ 9 callersMethodget_status
Returns the status of the last database operation
tools/ups_bench/generator.h:78
↓ 9 callersMethodis_coupled
Returns true if this cursor is coupled to a btree key
src/3btree/btree_cursor.h:142
↓ 9 callersMethodis_empty
Returns true if the journal is empty
src/3journal/journal.h:162
↓ 9 callersMethodkey_data
Returns a pointer to the key's data
src/3btree/btree_keys_pod.h:233
↓ 9 callersMethodopen
tools/ups_bench/generator_parser.cc:122
↓ 9 callersFunctionprotobuf_AddDesc_export_2eproto
win32/msvc2013/export.pb.cc:32
↓ 9 callersMethodrecord_capacity
Returns the maximum capacity of elements in a duplicate table
src/3btree/btree_records_duplicate.h:380
↓ 9 callersMethodrecord_id
Returns the record id
src/3btree/btree_impl_base.h:410
↓ 9 callersMethodset_without_header
Sets the flag whether this page has a persistent header or not
src/2page/page.h:300
↓ 9 callersFunctiontestString
3rdparty/json/bencode-test.c:153
↓ 9 callersFunctiontr_bencDictFindInt
3rdparty/json/bencode.c:518
↓ 9 callersFunctionuqi_result_get_key
src/4uqi/uqi.cc:56
↓ 9 callersFunctionuqi_result_get_record
src/4uqi/uqi.cc:69
↓ 8 callersFunction_encode_data
3rdparty/streamvbyte/streamvbyte.cc:59
↓ 8 callersFunction_write_16bit_avx_d1
3rdparty/streamvbyte/streamvbyte.cc:735
↓ 8 callersMethodactivate_btree
Couples the cursor to the btree key
src/4cursor/cursor_local.h:154
↓ 8 callersMethodaddRow
3rdparty/catch/catch.hpp:9787
↓ 8 callersMethodalloc
unittests/page_manager.cpp:39
↓ 8 callersMethodallocReadFreeTest
unittests/blob_manager.cpp:122
↓ 8 callersMethodassertByteArrayEquals
(byte[] r1, byte[] r2)
java/unittests/CursorTest.java:183
↓ 8 callersMethodcan_insert
Returns true if this index has at least one free slot available. |node_count| is the number of used slots (this is managed by the caller)
src/3btree/upfront_index.h:239
↓ 8 callersFunctioncheck_if_btree_key_is_erased_or_overwritten
Checks if a btree cursor points to a key that was overwritten or erased in the txn-cursor This is needed when moving the cursor backwards/forwards an
src/4cursor/cursor_local.cc:197
↓ 8 callersMethodclone
src/4txn/txn_cursor.cc:124
↓ 8 callersFunctionconvertInto
3rdparty/catch/catch.hpp:3978
↓ 8 callersMethodcouple_to
src/3btree/btree_cursor.cc:334
↓ 8 callersMethodcreateReopenTest
unittests/btree_default.cpp:1520
↓ 8 callersFunctiondb
src/4txn/txn_cursor.cc:37
↓ 8 callersMethoddb_flags
win32/msvc2013/2protobuf/messages.pb.h:12102
↓ 8 callersFunctionerror
samples/client1.c:30
↓ 8 callersFunctionerror
samples/db2.c:29
↓ 8 callersMethodflags
Returns the flags of the btree node (|kLeafNode|)
src/3btree/btree_node_proxy.h:69
↓ 8 callersMethodflags
win32/msvc2013/export.pb.cc:962
↓ 8 callersMethodfreelist_count
Returns the number of freelist entries
src/3btree/upfront_index.h:606
↓ 8 callersMethodgetCount
Get key count @see Database#getCount(Transaction, int)
java/java/de/crupp/upscaledb/Database.java:324
↓ 8 callersMethodgetMessage
3rdparty/catch/catch.hpp:7285
← previousnext →201–300 of 7,064, ranked by callers