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
Method
checkDataType
(int i, DataType type)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLResultSet.java:81
↓ 1 callers
Method
checkIdx
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLResultSetMetaData.java:40
↓ 1 callers
Method
checkIdx
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLInsertMetaData.java:46
↓ 1 callers
Method
checkNotAllowNull
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/InsertPreparedStatementImpl.java:191
↓ 1 callers
Method
checkNotAllowNull
(int i)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/RequestPreparedStatement.java:198
↓ 1 callers
Function
check_list
(actual:list,expect:list)
src/sdk/python/fesql-auto-test-python/check/fesql_assert.py:27
↓ 1 callers
Method
check_migrate_op
(self, op_id)
test-common/integrationtest/testcase/testcasebase.py:894
↓ 1 callers
Method
check_op_done
(self, tname)
test-common/integrationtest/testcase/testcasebase.py:828
↓ 1 callers
Method
clearParameters
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/InsertPreparedStatementImpl.java:266
↓ 1 callers
Method
clearParameters
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/RequestPreparedStatement.java:271
↓ 1 callers
Method
clear_zk
(self)
test-common/integrationtest/libs/clients/ns_cluster.py:64
↓ 1 callers
Method
close
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/InsertPreparedStatementImpl.java:575
↓ 1 callers
Method
closeOnCompletion
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/RequestPreparedStatement.java:796
↓ 1 callers
Function
completeLine
This is an helper function for linenoiseEdit() and is called when the * user types the <tab> key in order to complete the string currently in the *
src/base/linenoise.cc:372
↓ 1 callers
Method
convertData
(self,data:str,column:str)
src/sdk/python/fesql-auto-test-python/check/checker.py:91
↓ 1 callers
Method
convertList
(self,datas:list,columns:list)
src/sdk/python/fesql-auto-test-python/check/checker.py:79
↓ 1 callers
Function
convertRestultSetToList
(rs, schema)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:373
↓ 1 callers
Function
convertRestultSetToListRS
(rs)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:367
↓ 1 callers
Method
convertRows
(self,rows:list,columns:list)
src/sdk/python/fesql-auto-test-python/check/checker.py:73
↓ 1 callers
Method
createtable_put
(self, data_count, data_thread=2)
test-common/integrationtest/testcase/test_ns_client_auto_recover_table.py:32
↓ 1 callers
Method
dataBuild
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/RequestPreparedStatement.java:286
↓ 1 callers
Method
doBatchRowRequest
(self, db, sql, commonCol, parameters)
src/sdk/python/fedb/driver.py:210
↓ 1 callers
Method
doProc
(self, db, sp, data)
src/sdk/python/fedb/driver.py:153
↓ 1 callers
Function
do_read
(file_name)
test-common/integrationtest/libs/utils.py:31
↓ 1 callers
Method
dropDB
(String db)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/SqlExecutor.java:28
↓ 1 callers
Method
execute
(self)
src/sdk/python/fesql-auto-test-python/executor/fesql_executor.py:48
↓ 1 callers
Method
extractResource
Extract library in resource into filesystem
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/common/LibraryLoader.java:93
↓ 1 callers
Function
freeHistory
Free the history, but does not reset it. Only used when we have to * exit() to avoid memory leaks are reported by valgrind & co. */
src/base/linenoise.cc:1098
↓ 1 callers
Method
generateReport
(self, test, result)
src/sdk/python/fesql-auto-test-python/util/HTMLTestRunner.py:688
↓ 1 callers
Function
get
:param key: :param attrMap: :return:
test-common/functiontest/testlib/util.py:27
↓ 1 callers
Function
getColumnData
(rs,schema,index)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:175
↓ 1 callers
Method
getColumnName
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/Column.java:28
↓ 1 callers
Function
getColumns
Try to get the number of columns in the current terminal, or assume 80 * if it fails. */
src/base/linenoise.cc:310
↓ 1 callers
Function
getCreateSql
(name:str,columns:list,inexs:list)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:38
↓ 1 callers
Method
getEnableDebug
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/SdkOption.java:50
↓ 1 callers
Function
getExecutor
(driver,fesqlCase)
src/sdk/python/fesql-auto-test-python/executor/fesql_executor.py:178
↓ 1 callers
Method
getId
src/apiserver/interface_provider.cc:53
↓ 1 callers
Method
getInsertRow
(String db, String sql)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/SqlClusterExecutor.java:128
↓ 1 callers
Method
getInsertRows
(String db, String sql)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/impl/SqlClusterExecutor.java:168
↓ 1 callers
Method
getReportAttributes
Return report attributes as a list of (name, value). Override this to add custom attributes.
src/sdk/python/fesql-auto-test-python/util/HTMLTestRunner.py:666
↓ 1 callers
Method
getRequestTimeout
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/SdkOption.java:58
↓ 1 callers
Method
getRowBySp
(self, db, sp)
src/sdk/python/fedb/driver.py:139
↓ 1 callers
Method
getSessionTimeout
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/SdkOption.java:42
↓ 1 callers
Method
getZkCluster
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/SdkOption.java:26
↓ 1 callers
Method
getZkPath
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/SdkOption.java:34
↓ 1 callers
Method
get_latest_opid_by_tname_pid
(self, tname, pid)
test-common/integrationtest/testcase/testcasebase.py:818
↓ 1 callers
Method
get_manifest_by_realpath
(realpath, tid, pid)
test-common/integrationtest/testcase/testcasebase.py:219
↓ 1 callers
Method
get_steps_dict
()
test-common/integrationtest/testcase/test_ns_client_sendsnapshot.py:155
↓ 1 callers
Method
get_task_dict_by_opid
(self, tname, opid)
test-common/integrationtest/testcase/testcasebase.py:848
↓ 1 callers
Method
handle
src/apiserver/interface_provider.cc:160
↓ 1 callers
Function
isCaseInBlackList
(case)
src/sdk/python/fesql-auto-test-python/common/fesql_test.py:22
↓ 1 callers
Method
isCloseOnCompletion
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/RequestPreparedStatement.java:801
↓ 1 callers
Method
isClosed
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLResultSet.java:1006
↓ 1 callers
Function
isUnsupportedTerm
Return true if the terminal name is in the list of terminals we know are * not able to understand basic escape sequences. */
src/base/linenoise.cc:229
↓ 1 callers
Method
json
(sourceFile)
test-common/functiontest/testlib/extend_helper.py:94
↓ 1 callers
Method
kill
(self, *endpoints)
test-common/integrationtest/libs/clients/tb_cluster.py:92
↓ 1 callers
Function
linenoiseClearScreen
Clear the screen. Used to handle ctrl+l */
src/base/linenoise.cc:344
↓ 1 callers
Function
linenoiseEdit
This function is the core of the line editing capability of linenoise. * It expects 'fd' to be already in "raw mode" so that every key pressed * wil
src/base/linenoise.cc:790
↓ 1 callers
Function
linenoiseEditBackspace
Backspace implementation. */
src/base/linenoise.cc:758
↓ 1 callers
Function
linenoiseEditDeletePrevWord
Delete the previosu word, maintaining the cursor at the start of the * current word. */
src/base/linenoise.cc:770
↓ 1 callers
Function
linenoiseEditInsert
Insert the character 'c' at cursor current position. * * On error writing to the terminal -1 is returned, otherwise 0. */
src/base/linenoise.cc:662
↓ 1 callers
Function
linenoiseNoTTY
This function is called when linenoise() is called with the standard * input file descriptor not attached to a TTY. So for example when the * progra
src/base/linenoise.cc:1025
↓ 1 callers
Function
linenoiseRaw
This function calls the line editing function linenoiseEdit() using * the STDIN file descriptor set in raw mode. */
src/base/linenoise.cc:1005
↓ 1 callers
Function
load_all
(runlist='', norunlist='^$')
test-common/integrationtest/libs/test_loader.py:45
↓ 1 callers
Function
main
()
steps/cpplint.py:6888
↓ 1 callers
Function
main
src/sdk/sql_sdk_test.cc:592
↓ 1 callers
Method
md5
(sourceFile)
test-common/functiontest/testlib/extend_helper.py:116
↓ 1 callers
Function
memrev16
Toggle the 16 bit unsigned integer pointed by *p from little endian to * big endian */
src/base/endianconv.cc:66
↓ 1 callers
Function
memrev32
Toggle the 32 bit unsigned integer pointed by *p from little endian to * big endian */
src/base/endianconv.cc:77
↓ 1 callers
Function
memrev64
Toggle the 64 bit unsigned integer pointed by *p from little endian to * big endian */
src/base/endianconv.cc:91
↓ 1 callers
Method
next
()
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/jdbc/SQLResultSet.java:91
↓ 1 callers
Method
ns_recover_table_cmd
(self, ns_endpoint, recovertable, table_name, pid, endpoint)
test-common/integrationtest/testcase/testcasebase.py:435
↓ 1 callers
Method
ns_setlimit
(self, endpoint, command, method, limit)
test-common/integrationtest/testcase/testcasebase.py:899
↓ 1 callers
Method
parse_db
(rs)
test-common/integrationtest/testcase/testcasebase.py:675
↓ 1 callers
Method
prepare
(self)
src/sdk/python/fesql-auto-test-python/executor/fesql_executor.py:44
↓ 1 callers
Function
random_date
()
cases/integration/spark/generate_yaml_case.py:57
↓ 1 callers
Function
random_row
(schema)
cases/integration/spark/generate_yaml_case.py:86
↓ 1 callers
Function
random_string
(prefix, n)
cases/integration/spark/generate_yaml_case.py:53
↓ 1 callers
Method
recieve_snapshot_concurrently
多个主同时发给1个从 :param from_endpoint: :param tid_list: :param pid: :param target_endpoint: :return:
test-common/integrationtest/testcase/test_ns_client_sendsnapshot.py:63
↓ 1 callers
Function
refreshMultiLine
Multi line low level line refresh. * * Rewrite the currently edited line accordingly to the buffer content, * cursor position, and number of column
src/base/linenoise.cc:567
↓ 1 callers
Function
refreshSingleLine
Single line low level line refresh. * * Rewrite the currently edited line accordingly to the buffer content, * cursor position, and number of colum
src/base/linenoise.cc:525
↓ 1 callers
Method
remove_prefix
Drop the first "n" bytes from this slice.
src/base/slice.h:117
↓ 1 callers
Function
select
(executor, dbName: str, sql: str)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:217
↓ 1 callers
Function
selectRequestMode
(executor,dbName:str,selectSql:str,input)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:89
↓ 1 callers
Method
send_and_recieve_concurrently
多个主同时发给多个从,不同endpoint间相互发送 :param endpoint_1: :param tid_list_1: :param endpoint_2: :param tid_list_2:
test-common/integrationtest/testcase/test_ns_client_sendsnapshot.py:87
↓ 1 callers
Method
setDbName
(String dbName)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:38
↓ 1 callers
Method
setInputSchema
(Schema inputSchema)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:62
↓ 1 callers
Method
setInputTables
(List<String> inputTables)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:78
↓ 1 callers
Method
setMainTable
(String mainTable)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:86
↓ 1 callers
Method
setOutputSchema
(Schema outputSchema)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:70
↓ 1 callers
Method
setProName
(String proName)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:46
↓ 1 callers
Method
setSql
(String sql)
src/sdk/java/sql-jdbc/src/main/java/com/_4paradigm/hybridsql/fedb/sdk/ProcedureInfo.java:54
↓ 1 callers
Method
skip
(msg)
test-common/integrationtest/testcase/testcasebase.py:40
↓ 1 callers
Method
sortResult
(self, result_list)
src/sdk/python/fesql-auto-test-python/util/HTMLTestRunner.py:651
↓ 1 callers
Function
sql
(executor,dbName:str,sql:str)
src/sdk/python/fesql-auto-test-python/util/fesql_util.py:79
↓ 1 callers
Method
start
(self, endpoints, is_remote = False)
test-common/integrationtest/libs/clients/tb_cluster.py:36
↓ 1 callers
Method
start_zk
(self)
test-common/integrationtest/libs/clients/ns_cluster.py:41
↓ 1 callers
Method
stop_client
(endpoint)
test-common/integrationtest/testcase/test_makesnapshot.py:461
↓ 1 callers
Method
stop_zk
(self)
test-common/integrationtest/libs/clients/ns_cluster.py:57
↓ 1 callers
Method
tearDown
(self)
src/sdk/python/fesql-auto-test-python/executor/fesql_executor.py:51
← previous
next →
1,301–1,400 of 3,483, ranked by callers