diff options
author | hcpp <hcpp@ydb.tech> | 2023-05-19 17:30:32 +0300 |
---|---|---|
committer | hcpp <hcpp@ydb.tech> | 2023-05-19 17:30:32 +0300 |
commit | 81eb00dfba71fc3110d5af2eed7fa320ace33e5b (patch) | |
tree | 04af84ed414d9e9a8e35d268bea64946ccea62e3 /library/cpp/regex/pcre/regexp.cpp | |
parent | af03088e36285492d768810e454fe9c83f4be74f (diff) | |
download | ydb-81eb00dfba71fc3110d5af2eed7fa320ace33e5b.tar.gz |
select from data source has been supported
New entities appeared in the ydb - external data sources. Before this review, it was impossible to read the data in the sql queries from these objects. Reading from these objects is supported in this review. An example of such a reading:
```(sql)
SELECT * FROM `/local/s3_data_source`.`/` WITH (
format="json_each_row",
schema(
key Utf8 NOT NULL,
value Utf8 NOT NULL
)
)
```
Here `/local/s3_data_source` is an external data source that describes the connection to s3 storage
Diffstat (limited to 'library/cpp/regex/pcre/regexp.cpp')
0 files changed, 0 insertions, 0 deletions