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

Method AddQueryLocation

src/common/error_data.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void ErrorData::AddQueryLocation(optional_idx query_location) {
159 Exception::SetQueryLocation(query_location, extra_info);
160}
161
162void ErrorData::AddQueryLocation(QueryErrorContext error_context) {
163 AddQueryLocation(error_context.query_location);

Callers 8

BindMethod · 0.80
BindPragmaMethod · 0.80
BindAggregateMethod · 0.80
BindWindowMethod · 0.80
BindFunctionMethod · 0.80
BindLambdaFunctionMethod · 0.80
BindExpressionMethod · 0.80
ParseQueryMethod · 0.80

Calls 1

GetQueryLocationMethod · 0.80

Tested by

no test coverage detected