Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ IsCollationValid
Function
IsCollationValid
pg_documentdb_core/include/collation/collation.h:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
char *collationStr);
29
30
static inline bool
31
IsCollationValid(const char *collationString)
32
{
33
return collationString != NULL && strlen(collationString) > 2;
34
}
35
36
37
static inline bool
Callers
14
CompareStrings
Function · 0.85
IsCollationApplicable
Function · 0.85
ParseIndexDefDocumentInternal
Function · 0.85
GenerateIndexExprStr
Function · 0.85
ParseComparisonOperator
Function · 0.85
bson_dollar_range
Function · 0.85
CreateSinglePathOptions
Function · 0.85
ValidateIndexForQualifierElement
Function · 0.85
IsCollationApplicableToStrategy
Function · 0.85
WriteComparableIndexTermToWriter
Function · 0.85
bson_first_with_expr_transition
Function · 0.85
bson_last_with_expr_transition
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected