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
↓ 1 callers
Function
HandleNSScan
src/cmd/fedb.cc:1655
↓ 1 callers
Function
HandleNSShowCatalogVersion
src/cmd/fedb.cc:1441
↓ 1 callers
Function
HandleNSShowDB
src/cmd/fedb.cc:1465
↓ 1 callers
Function
HandleNSShowNameServer
src/cmd/fedb.cc:685
↓ 1 callers
Function
HandleNSShowOPStatus
src/cmd/fedb.cc:3130
↓ 1 callers
Function
HandleNSShowSdkEndpoint
src/cmd/fedb.cc:610
↓ 1 callers
Function
HandleNSShowTablet
src/cmd/fedb.cc:583
↓ 1 callers
Function
HandleNSSwitchMode
src/cmd/fedb.cc:660
↓ 1 callers
Method
HandleNodesChanged
src/zk/zk_client.cc:142
↓ 1 callers
Function
HandleNsClientSQL
src/cmd/fedb.cc:3035
↓ 1 callers
Function
HandleNsDropDb
src/cmd/fedb.cc:1331
↓ 1 callers
Function
HandleNsUseDb
src/cmd/fedb.cc:1301
↓ 1 callers
Function
HandleSQL
src/cmd/sql_cmd.h:540
↓ 1 callers
Function
HandleShowReplicaCluster
src/cmd/fedb.cc:2179
↓ 1 callers
Function
HasIsTsCol
src/cmd/fedb.cc:2205
↓ 1 callers
Method
HasLocalTable
src/catalog/tablet_catalog.cc:187
↓ 1 callers
Method
HasMember
src/apiserver/json_helper.cc:108
↓ 1 callers
Method
InAsmBlock
Check if we are currently one level inside an inline ASM block. Returns: True if the top of the stack is a block containing inline ASM.
steps/cpplint.py:2970
↓ 1 callers
Method
InExternC
Check if we are currently one level inside an 'extern "C"' block. Returns: True if top of the stack is an extern block, False otherwise.
steps/cpplint.py:2954
↓ 1 callers
Method
InNamespaceBody
Check if we are currently one level inside a namespace body. Returns: True if top of the stack is a namespace block, False otherwise.
steps/cpplint.py:2946
↓ 1 callers
Method
InTemplateArgumentList
Check if current position is inside template argument list. Args: clean_lines: A CleansedLines instance containing the file. linenum:
steps/cpplint.py:2978
↓ 1 callers
Method
Increment
src/zk/zk_client.cc:407
↓ 1 callers
Method
IncrementErrorCount
Bumps the module's error statistic.
steps/cpplint.py:1350
↓ 1 callers
Function
InitEnv
(tablet_conf)
tools/deploy.py:56
↓ 1 callers
Function
InitTypeCrc
src/log/log_test.cc:61
↓ 1 callers
Function
IsBlockInNameSpace
Checks that the new block is directly in a namespace. Args: nesting_state: The _NestingState object that contains info about our state. is_
steps/cpplint.py:6288
↓ 1 callers
Function
IsCppString
Does line terminate so, that the next symbol is in string constant. This function does not consider single-line nor multi-line comments. Args:
steps/cpplint.py:1763
↓ 1 callers
Function
IsDerivedFunction
Check if current line contains an inherited function. Args: clean_lines: A CleansedLines instance containing the file. linenum: The number
steps/cpplint.py:5487
↓ 1 callers
Method
IsDone
src/sdk/table_reader_impl.cc:49
↓ 1 callers
Method
IsDone
src/sdk/sql_cluster_router.cc:116
↓ 1 callers
Function
IsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
steps/cpplint.py:1026
↓ 1 callers
Function
IsForwardClassDeclaration
(clean_lines, linenum)
steps/cpplint.py:2706
↓ 1 callers
Method
IsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: clean_lines: A CleansedLines instance containing the file.
steps/cpplint.py:1179
↓ 1 callers
Function
IsInitializerList
Check if current line is inside constructor initializer list. Args: clean_lines: A CleansedLines instance containing the file. linenum: The
steps/cpplint.py:5525
↓ 1 callers
Method
IsInvalidRecord
src/base/status.h:91
↓ 1 callers
Method
IsLocked
src/zk/dist_lock.cc:146
↓ 1 callers
Function
IsMacroDefinition
(clean_lines, linenum)
steps/cpplint.py:2696
↓ 1 callers
Function
IsOutOfLineMethodDefinition
Check if current line contains an out-of-line method definition. Args: clean_lines: A CleansedLines instance containing the file. linenum:
steps/cpplint.py:5509
↓ 1 callers
Method
IsRegisted
src/zk/zk_client.h:130
↓ 1 callers
Method
LastRecordEndOffset
src/log/log_reader.cc:256
↓ 1 callers
Function
LoadSQLCaseWithID
src/sdk/mini_cluster_bm.cc:168
↓ 1 callers
Method
LoadTable
src/client/ns_client.cc:847
↓ 1 callers
Method
LogEvent
src/zk/zk_client.cc:584
↓ 1 callers
Function
Main
()
tools/fedb_migrate.py:569
↓ 1 callers
Method
MatchLogOffset
src/replica/replicate_node.cc:106
↓ 1 callers
Method
Migrate
src/client/ns_client.cc:650
↓ 1 callers
Method
Mkdir
src/zk/zk_client.cc:634
↓ 1 callers
Function
MurmurHash64A
src/base/hash.h:57
↓ 1 callers
Method
Next
src/base/skiplist.h:328
↓ 1 callers
Function
NumToString
src/base/strings.h:128
↓ 1 callers
Method
OfflineEndpoint
src/client/ns_client.cc:632
↓ 1 callers
Function
PackDefaultDimension
src/tablet/tablet_impl_test.cc:157
↓ 1 callers
Function
PackString
This is the new algorithm. Similarly to the legacy format the input is split up into N-1 bytes and a flag byte is used as the Nth byte in the o
src/codec/memcomparable_format.h:184
↓ 1 callers
Function
ParseArguments
Parses the command line arguments. This may set the output format and verbosity level as side-effects. Args: args: The command line argument
steps/cpplint.py:6727
↓ 1 callers
Function
ParseCondAndOp
src/cmd/fedb.cc:1357
↓ 1 callers
Method
PauseSnapshot
src/client/tablet_client.cc:402
↓ 1 callers
Method
PauseSnapshot
src/tablet/tablet_impl.cc:2845
↓ 1 callers
Function
PrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
steps/cpplint.py:6718
↓ 1 callers
Method
PrintErrorCounts
Print a summary of errors by category, and the total.
steps/cpplint.py:1360
↓ 1 callers
Function
PrintProcedureInfo
src/cmd/sql_cmd.h:303
↓ 1 callers
Function
PrintTableIndex
src/cmd/sql_cmd.h:156
↓ 1 callers
Function
PrintTableInfo
src/cmd/display.h:253
↓ 1 callers
Function
PrintTableInformation
src/cmd/display.h:397
↓ 1 callers
Function
PrintTableSchema
src/cmd/sql_cmd.h:199
↓ 1 callers
Function
PrintTableStatus
src/cmd/display.h:355
↓ 1 callers
Function
PrintVersion
()
steps/cpplint.py:6712
↓ 1 callers
Method
ProcedureExist
src/tablet/tablet_impl.h:99
↓ 1 callers
Function
ProcessConfigOverrides
Loads the configuration files and processes the config overrides. Args: filename: The name of the file being processed by the linter. Retur
steps/cpplint.py:6514
↓ 1 callers
Function
ProcessFile
Does google-lint on a single file. Args: filename: The name of the file to parse. vlevel: The level of errors to report. Every error of c
steps/cpplint.py:6603
↓ 1 callers
Function
ProcessFileData
Performs lint checks and reports any errors to the given error function. Args: filename: Filename of the file that is being processed. file
steps/cpplint.py:6463
↓ 1 callers
Function
ProcessGlobalSuppresions
Updates the list of global error suppressions. Parses any lint directives in the file that have global effect. Args: lines: An array of stri
steps/cpplint.py:1002
↓ 1 callers
Function
ProcessLine
Processes a single line in the file. Args: filename: Filename of the file that is being processed. file_extension: The extension (dot not i
steps/cpplint.py:6348
↓ 1 callers
Function
ProtoTypeFromDataType
src/sdk/sql_request_row.cc:369
↓ 1 callers
Function
PutData
src/cmd/fedb.cc:293
↓ 1 callers
Function
PutSchemaData
src/cmd/fedb.cc:363
↓ 1 callers
Function
Read
Read the next @param size bytes. */
src/codec/memcomparable_format.h:311
↓ 1 callers
Function
ReadLog
src/tools/parse_log.cc:39
↓ 1 callers
Function
ReadTxt
src/base/server_name.h:50
↓ 1 callers
Method
RecordCntIncr
src/storage/mem_table.h:230
↓ 1 callers
Method
Recover
src/replica/log_replicator.cc:179
↓ 1 callers
Function
RecoverData
()
tools/fedb_migrate.py:268
↓ 1 callers
Function
RecoverEndpoint
()
tools/fedb_migrate.py:231
↓ 1 callers
Method
RecoverEndpoint
src/client/ns_client.cc:672
↓ 1 callers
Method
RecoverSnapshot
src/client/tablet_client.cc:420
↓ 1 callers
Method
RecoverSnapshot
src/tablet/tablet_impl.cc:2901
↓ 1 callers
Method
RecoverTable
src/client/ns_client.cc:691
↓ 1 callers
Method
RegisterName
src/nameserver/name_server_impl.cc:9948
↓ 1 callers
Method
Release
src/storage/segment.cc:85
↓ 1 callers
Method
ReleaseAndCount
src/storage/segment.cc:136
↓ 1 callers
Function
RemoveMultiLineComments
Removes multiline (c-style) comments from lines.
steps/cpplint.py:1884
↓ 1 callers
Function
RemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
steps/cpplint.py:1876
↓ 1 callers
Method
RemoveReplicaCluster
src/client/ns_client.cc:1027
↓ 1 callers
Method
RemoveReplicaClusterByNs
src/nameserver/name_server_impl.cc:689
↓ 1 callers
Method
ResetErrorCounts
Sets the module's error statistic back to zero.
steps/cpplint.py:1345
↓ 1 callers
Function
ResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
steps/cpplint.py:1020
↓ 1 callers
Method
RestoreFilters
Restores filters previously backed up.
steps/cpplint.py:1341
↓ 1 callers
Method
Run
src/replica/snapshot_replica_test.cc:59
↓ 1 callers
Function
SDKGetAddrLength
src/sdk/sql_request_row.cc:45
↓ 1 callers
Method
SQLBatchRequestQuery
src/tablet/tablet_impl.cc:1698
↓ 1 callers
Method
SQLRequestRowBatch
src/sdk/sql_request_row.cc:402
← previous
next →
1,101–1,200 of 3,483, ranked by callers