MCPcopy Create free account
hub / github.com/duckdb/duckdb / IsJSONType

Method IsJSONType

src/common/types.cpp:1762–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760}
1761
1762bool LogicalType::IsJSONType() const {
1763 return id() == LogicalTypeId::VARCHAR && HasAlias() && GetAlias() == JSON_TYPE_NAME;
1764}
1765
1766//===--------------------------------------------------------------------===//
1767// Array Type

Callers 15

RenderRowMethod · 0.80
CanThrowMethod · 0.80
BindExpressionMethod · 0.80
CastVariantFunction · 0.80
CanPrettyPrintMethod · 0.80
CanHighlightMethod · 0.80
SetArrowFormatFunction · 0.80
ConvertToVariantFunction · 0.80
ConvertJSONToVariantFunction · 0.80
VerifyMethod · 0.80
StringValueResultMethod · 0.80
FlushMethod · 0.80

Calls 1

GetAliasFunction · 0.85

Tested by

no test coverage detected