MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_another_step

Function lua_another_step

lua/sp.c:2272–2280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2270}
2271
2272static void lua_another_step(struct sqlclntstate *clnt,
2273 sqlite3_stmt *pStmt, int rc)
2274{
2275 Vdbe *pVdbe = (Vdbe*)pStmt;
2276
2277 if ((pVdbe != NULL) && (rc == SQLITE_ROW)) {
2278 pVdbe->luaRows++;
2279 }
2280}
2281
2282static void lua_end_step(struct sqlclntstate *clnt, SP sp,
2283 sqlite3_stmt *pStmt)

Callers 8

create_temp_tableFunction · 0.85
lua_sql_stepFunction · 0.85
dbtable_insertFunction · 0.85
dbtable_copyfromFunction · 0.85
dbstmt_execFunction · 0.85
dbstmt_emitFunction · 0.85
db_csvcopyFunction · 0.85
db_execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected