Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ IsValid
Method
IsValid
extension/json/json_common.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
inline bool IsValid() {
54
return (chars_read != 0);
55
}
56
57
inline bool IsWildCard() {
58
return key ==
"*"
;
Callers
15
ConvertNumberToValue
Method · 0.45
TransformAdditiveExpression
Method · 0.45
SetResultLocation
Method · 0.45
InitializeGlobalState
Method · 0.45
GetCardinality
Method · 0.45
ReadKey
Function · 0.45
ValidatePath
Method · 0.45
GetPath
Method · 0.45
GetWildcardPathInternal
Function · 0.45
ThrowErrorsIfPossible
Method · 0.45
AddRecursionNode
Method · 0.45
JSONTableInOutResultVector
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected