Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ functions
Functions
3,483 in github.com/4paradigm/OpenMLDB
⨍
Functions
3,483
◇
Types & classes
391
↳
Endpoints
23
↓ 3 callers
Method
GetCatalog
src/sdk/cluster_sdk.h:60
↓ 3 callers
Method
GetColNames
src/codec/sdk_codec.cc:275
↓ 3 callers
Method
GetCompressType
src/log/log_writer.cc:298
↓ 3 callers
Method
GetDB
src/storage/table.h:103
↓ 3 callers
Method
GetEndPoint
src/replica/replicate_node.cc:157
↓ 3 callers
Method
GetHoleIdx
src/sdk/sql_insert_row.h:91
↓ 3 callers
Function
GetIndentLevel
Return the number of leading spaces in line. Args: line: A string to check. Returns: An integer count of leading spaces, possibly zero.
steps/cpplint.py:2261
↓ 3 callers
Function
GetInt64Field
src/codec/codec.h:292
↓ 3 callers
Method
GetLeaderTerm
src/replica/log_replicator.cc:303
↓ 3 callers
Method
GetLogIndex
src/replica/replicate_node.cc:153
↓ 3 callers
Function
GetNameFromTxt
src/base/server_name.h:66
↓ 3 callers
Function
GetRecordTsIdxSize
src/storage/record.h:55
↓ 3 callers
Method
GetSize
src/log/log_writer.h:112
↓ 3 callers
Method
GetSize
src/codec/codec.h:161
↓ 3 callers
Method
GetStatus
src/catalog/client_manager.h:50
↓ 3 callers
Method
GetTid
src/storage/schema.h:318
↓ 3 callers
Method
GetTime
src/sdk/result_set_base.cc:157
↓ 3 callers
Method
GetWindowIterator
src/catalog/tablet_catalog.h:90
↓ 3 callers
Method
GoBackToStart
src/log/log_reader.cc:282
↓ 3 callers
Method
HasTSCol
src/codec/sdk_codec.h:63
↓ 3 callers
Method
IncrGcVersion
src/storage/segment.h:239
↓ 3 callers
Method
Init
src/sdk/result_set_sql.cc:39
↓ 3 callers
Method
Init
src/sdk/sql_insert_row.cc:78
↓ 3 callers
Method
InnermostClass
Get class info on the top of the stack. Returns: A _ClassInfo object if we are inside a class, or None otherwise.
steps/cpplint.py:3251
↓ 3 callers
Function
IsBlankLine
Returns true if the given line is blank. We consider a line to be blank if the line is empty or consists of only white spaces. Args: line:
steps/cpplint.py:3527
↓ 3 callers
Method
IsConnected
src/zk/zk_client.h:125
↓ 3 callers
Method
Lock
src/zk/dist_lock.cc:50
↓ 3 callers
Method
Next
src/apiserver/json_helper.cc:209
↓ 3 callers
Function
PrepareLatestTableData
src/tablet/tablet_impl_test.cc:111
↓ 3 callers
Method
Query
src/tablet/tablet_impl.cc:1575
↓ 3 callers
Method
Read
src/log/sequential_file.cc:48
↓ 3 callers
Method
Refresh
src/sdk/cluster_sdk.cc:99
↓ 3 callers
Function
ReplaceAll
Replaces instances of pattern in a string with a replacement. The compiled regex is kept in a cache shared by Match and Search. Args: patter
steps/cpplint.py:1054
↓ 3 callers
Function
RunGetLatestIndexAssert
src/tablet/tablet_impl_func_test.cc:211
↓ 3 callers
Function
RunGetTimeIndexAssert
src/tablet/tablet_impl_func_test.cc:106
↓ 3 callers
Method
Scan
src/replica/log_replicator_test.cc:70
↓ 3 callers
Method
SeenOpenBrace
Check if we have seen the opening brace for the innermost block. Returns: True if we have seen the opening brace, False if the innermost
steps/cpplint.py:2937
↓ 3 callers
Method
SetInnerPos
src/storage/schema.h:213
↓ 3 callers
Function
SetSdkEndpoint
src/nameserver/new_server_env_test.cc:101
↓ 3 callers
Method
SetSnapshotLogPartIndex
src/replica/log_replicator.cc:249
↓ 3 callers
Function
SetupLog
src/cmd/fedb.cc:106
↓ 3 callers
Method
ShowAllTable
src/client/ns_client.cc:174
↓ 3 callers
Method
ShowDatabase
src/client/ns_client.cc:74
↓ 3 callers
Function
ShowTableRows
src/cmd/display.h:167
↓ 3 callers
Method
Split
Splits the file into the directory, basename, and extension. For 'chrome/browser/browser.cc', Split() would return ('chrome/browser', 'browse
steps/cpplint.py:1639
↓ 3 callers
Function
SplitPidGroup
src/cmd/fedb.cc:408
↓ 3 callers
Method
Start
src/nameserver/name_server_create_remote_test.cc:81
↓ 3 callers
Function
StartTablet
src/nameserver/name_server_test.cc:118
↓ 3 callers
Function
TransferString
src/cmd/display.h:45
↓ 3 callers
Function
UnpackInteger
src/codec/memcomparable_format.h:222
↓ 3 callers
Function
_RestoreFilters
Restores filters previously backed up.
steps/cpplint.py:1497
↓ 3 callers
Method
__init__
(self, filename)
steps/cpplint.py:1572
↓ 3 callers
Method
_pre_process_result
(self, rs)
src/sdk/python/sqlalchemy-fedb/sqlalchemy_fedb/fedbapi/_fedbapi.py:152
↓ 3 callers
Method
check
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLResultSetMetaData.java:73
↓ 3 callers
Method
check
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLInsertMetaData.java:79
↓ 3 callers
Method
convert_partition_key
(self, raw_key)
test-common/integrationtest/testcase/test_ns_client_partition_key.py:36
↓ 3 callers
Method
createDB
(String db)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/SqlClusterExecutor.java:250
↓ 3 callers
Method
cursor
(self)
src/sdk/python/sqlalchemy-fedb/sqlalchemy_fedb/fedbapi/_fedbapi.py:398
↓ 3 callers
Function
disableRawMode
src/base/linenoise.cc:278
↓ 3 callers
Method
fetchone
(self)
src/sdk/python/sqlalchemy-fedb/sqlalchemy_fedb/fedbapi/_fedbapi.py:316
↓ 3 callers
Method
getInsertBuilder
(self, db, sql)
src/sdk/python/fedb/driver.py:71
↓ 3 callers
Method
get_table_meta
(nodepath, tid, pid)
test-common/integrationtest/testcase/testcasebase.py:254
↓ 3 callers
Function
insert
(executor,dbName:str,sql:str)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:149
↓ 3 callers
Function
linenoise
The high level function that is the main API of the linenoise library. * This function checks if the terminal has basic capabilities, just checking
src/base/linenoise.cc:1061
↓ 3 callers
Function
linenoiseEditMoveHome
Move cursor to the start of the line. */
src/base/linenoise.cc:705
↓ 3 callers
Function
linenoiseFree
This is just a wrapper the user may want to call in order to make sure * the linenoise returned buffer is freed with the same allocator it was * cre
src/base/linenoise.cc:1092
↓ 3 callers
Method
ns_get_kv
(self, endpoint, name, key, ts)
test-common/integrationtest/testcase/testcasebase.py:374
↓ 3 callers
Method
ns_get_multi
(self, endpoint, name, key, idx_name, ts)
test-common/integrationtest/testcase/testcasebase.py:378
↓ 3 callers
Method
recoversnapshot
(self, endpoint, tid, pid)
test-common/integrationtest/testcase/testcasebase.py:535
↓ 3 callers
Method
setNull
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/InsertPreparedStatementImpl.java:115
↓ 3 callers
Method
setNull
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/RequestPreparedStatement.java:122
↓ 2 callers
Function
AddDefaultSchema
src/nameserver/name_server_create_remote_test.cc:50
↓ 2 callers
Method
AddFilters
Adds more filters to the existing list of error-message filters.
steps/cpplint.py:1326
↓ 2 callers
Method
AddTabletAccessor
src/catalog/client_manager.h:178
↓ 2 callers
Method
AddToFirst
Need external synchronized
src/base/skiplist.h:295
↓ 2 callers
Function
AppendDouble
src/codec/codec.h:252
↓ 2 callers
Function
AppendFloat
src/codec/codec.h:225
↓ 2 callers
Function
AppendInt16
src/codec/codec.h:216
↓ 2 callers
Function
AppendInt32
src/codec/codec.h:234
↓ 2 callers
Function
AppendInt64
src/codec/codec.h:243
↓ 2 callers
Method
AppendNull
src/codec/flat_array.h:188
↓ 2 callers
Method
AppendValue
src/codec/codec.cc:350
↓ 2 callers
Method
CancelOP
src/nameserver/name_server_impl.cc:2971
↓ 2 callers
Method
ChangeLeader
src/nameserver/name_server_impl.cc:2667
↓ 2 callers
Method
ChangeRole
src/client/tablet_client.cc:517
↓ 2 callers
Method
ChangeRole
src/tablet/tablet_impl.cc:1888
↓ 2 callers
Method
CheckFieldExist
src/storage/table.cc:175
↓ 2 callers
Function
CompareRow
src/tablet/tablet_impl_projection_test.cc:409
↓ 2 callers
Method
ConnectZK
src/client/ns_client.cc:709
↓ 2 callers
Function
ConvertToSchema
src/sdk/sql_cluster_router.h:43
↓ 2 callers
Function
CopyFile
src/base/file_util.h:264
↓ 2 callers
Function
CreateAdvanceTablet
create table use advance ttl
src/tablet/tablet_impl_multi_path_test.cc:201
↓ 2 callers
Method
CreateRemoteTableInfo
src/client/ns_client.cc:877
↓ 2 callers
Method
CurrentLockValue
src/zk/dist_lock.cc:150
↓ 2 callers
Method
DelReplicateNode
src/replica/log_replicator.cc:461
↓ 2 callers
Method
DeleteBinlog
src/tablet/tablet_impl.cc:3501
↓ 2 callers
Method
DeleteOPTask
src/nameserver/name_server_impl.cc:3493
↓ 2 callers
Method
DisConnectZK
src/client/ns_client.cc:722
↓ 2 callers
Method
DumpIndexData
src/tablet/tablet_impl.cc:4640
↓ 2 callers
Function
EncodeFixed32
src/log/coding.h:37
← previous
next →
601–700 of 3,483, ranked by callers