support expr offset match

This commit is contained in:
liuwentan
2023-02-09 22:13:15 +08:00
parent c1902f8deb
commit d5e6808e1f
41 changed files with 3046 additions and 711 deletions

View File

@@ -33,7 +33,7 @@ void expr_runtime_free(void *expr_runtime);
int expr_runtime_update(void *expr_runtime, void *expr_schema,
const char *line, int valid_column);
int expr_runtime_commit(void *expr_runtime);
int expr_runtime_commit(void *expr_runtime, const char *table_name);
/* expr runtime scan API */
/**