|
|
VariantChildLookupMode | lookup_mode |
| |
|
string | key |
| |
|
uint32_t | index |
| |
◆ VariantPathComponent() [1/3]
| duckdb::VariantPathComponent::VariantPathComponent |
( |
| ) |
|
|
inlineexplicit |
15998 : lookup_mode(VariantChildLookupMode::INVALID) {
15999 }
◆ VariantPathComponent() [2/3]
| duckdb::VariantPathComponent::VariantPathComponent |
( |
const string & |
key | ) |
|
|
inlineexplicit |
16000 : lookup_mode(VariantChildLookupMode::BY_KEY), key(key) {
16001 }
◆ VariantPathComponent() [3/3]
| duckdb::VariantPathComponent::VariantPathComponent |
( |
uint32_t |
index | ) |
|
|
inlineexplicit |
16002 : lookup_mode(VariantChildLookupMode::BY_INDEX), index(index) {
16003 }
The documentation for this struct was generated from the following file: