Searched refs:NUMERIC_INDEX (Results 1 – 2 of 2) sorted by relevance
110 constexpr const char *NUMERIC_INDEX = "numericIndex"; variable
76 createIndexStr.append("CREATE INDEX IF NOT EXISTS [").append(NUMERIC_INDEX).append("]"); in CreateNumMatchIndexStr()