Skip to content

No count_func table in the AMD64PostgreSQL.db #11

@linzqin

Description

@linzqin

When I wanted to do a search evaluation, I run python EvaluateSearchEngine.py and found the following error reported.

File "EvaluateSearchEngine.py", line 54, in find_target_fcn
q = cur.execute("SELECT num FROM count_func WHERE file_name='{}' and function_name='{}'".format(fi_name,f_name))
sqlite3.OperationalError: no such table: count_func

Then I go into AMD64PostgreSQL.db and check it, I find that there is no count_func table in the database, but only the following tables

sqlite> .tables
filtered_functions safe_embeddings train             
functions test validation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions