Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Oct 2, 2023
1 parent b142b93 commit 9cca828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evadb/catalog/models/index_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class IndexCatalog(BaseModel):
`_feat_column_id:` the `_row_id` of the `ColumnCatalog` entry for the column on which the index is built.
`_function_signature:` if the index is created by running function expression on input column, this will store
the function signature of the used function. Otherwise, this field is None.
`_index_def:` the original SQL statement that is used to create this index. We record this to rerun create index
on updated table.
"""

__tablename__ = "index_catalog"
Expand Down

0 comments on commit 9cca828

Please sign in to comment.