Skip to content

Commit

Permalink
Getting C4IndexOptions from 3.2 line so that functions of partial ind…
Browse files Browse the repository at this point in the history
…ex can be compiled.
  • Loading branch information
jianminzhao committed Jan 30, 2025
1 parent 6d3748c commit 1e055ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions C/include/c4IndexTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ typedef struct C4IndexOptions {
/** Options for vector indexes. */
C4VectorIndexOptions vector;
#endif

/** The where clause for partial indexes. Currently only Value and FullText indexes support partial index */
const char* C4NULLABLE where;
} C4IndexOptions;

/** @} */
Expand Down

0 comments on commit 1e055ba

Please sign in to comment.