◆ CastParameters() [1/4]
| duckdb::CastParameters::CastParameters |
( |
| ) |
|
|
inline |
◆ CastParameters() [2/4]
| duckdb::CastParameters::CastParameters |
( |
bool |
strict, |
|
|
string * |
error_message |
|
) |
| |
|
inline |
38530 : CastParameters(
nullptr,
strict, error_message,
nullptr) {
38531 }
bool strict
whether or not to enable strict casting
Definition duckdb.hpp:38546
◆ CastParameters() [3/4]
38536 }
bool nullify_parent
In the case of a nested type, when facing a cast error, if we nullify the parent.
Definition duckdb.hpp:38558
optional_ptr< FunctionLocalState > local_state
Local state.
Definition duckdb.hpp:38554
optional_ptr< BoundCastData > cast_data
The bound cast data (if any)
Definition duckdb.hpp:38544
◆ CastParameters() [4/4]
38541 }
optional_idx query_location
Query location (if any)
Definition duckdb.hpp:38556
The documentation for this struct was generated from the following file: