diff options
author | vvvv <vvvv@ydb.tech> | 2023-06-06 17:35:16 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-06-06 17:35:16 +0300 |
commit | 80cf01289fdbfba3645a843027d570645d547991 (patch) | |
tree | a9ca7df5bf9bae0c76226065d306f18bde2a75d6 /library/cpp/cppparser/parser.h | |
parent | d0be5aa18d38add1dd73a3279bc23a1d4a3ad6a6 (diff) | |
download | ydb-80cf01289fdbfba3645a843027d570645d547991.tar.gz |
Initial implementation of PG column converters
pg биндинги
```
pragma UseBlocks;
select
URL,
CounterID,
EventDate,
EventTime
from bindings.hits limit 1
"Data"=[["http://liver.ru/belgorod/page/1006.j\xD0\xBA\xD0\xB8/\xD0\xB4\xD0\xBE\xD0\xBF_\xD0\xBF\xD1\x80\xD0\xB8\xD0\xB1\xD0\xBE\xD1\x80\xD1\x8B";"225510";"2013-07-05";"2013-07-05 17:42:42"]]}]}]
```
yql биндинги
```
select
URL,
CounterID,
EventDate,
EventTime
from bindings.hits limit 1
"Data"=[["http://liver.ru/belgorod/page/1006.j\xD0\xBA\xD0\xB8/\xD0\xB4\xD0\xBE\xD0\xBF_\xD0\xBF\xD1\x80\xD0\xB8\xD0\xB1\xD0\xBE\xD1\x80\xD1\x8B";"225510";"15891";"1373046162"]]}]}]
```
15891 = 2013-07-05
1373046162 = 2013-07-05T17:42:42Z
Diffstat (limited to 'library/cpp/cppparser/parser.h')
0 files changed, 0 insertions, 0 deletions