You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidrun(const string& functionName, const std::vector<ConstantSP>& args, int identity, int priority=4, int parallelism=2, int fetchSize=0, bool clearMemory = false){
49
+
voidrun(const string& functionName, const std::vector<ConstantSP>& args, int identity, int priority=4, int parallelism=64, int fetchSize=0, bool clearMemory = false){
voidrun(const string& script, int identity, int priority=4, int parallelism=2, int fetchSize=0, bool clearMemory = false);
240
+
voidrun(const string& script, int identity, int priority=4, int parallelism=64, int fetchSize=0, bool clearMemory = false);
241
241
242
-
voidrun(const string& functionName, const vector<ConstantSP>& args, int identity, int priority=4, int parallelism=2, int fetchSize=0, bool clearMemory = false);
242
+
voidrun(const string& functionName, const vector<ConstantSP>& args, int identity, int priority=4, int parallelism=64, int fetchSize=0, bool clearMemory = false);
243
243
244
244
boolisFinished(int identity);
245
245
@@ -253,12 +253,12 @@ class EXPORT_DECL DBConnectionPool{
When setting pickleTableToList=True and enablePickle=True, if the table contains array vectors, it will be converted to a NumPy 2d array. If the length of each row is different, the execution fails.
0 commit comments