Provides write and scan functions for Vortex files
Installing and Loading
INSTALL vortex FROM community;
LOAD vortex;
Example
write a vortex file
`COPY (SELECT * from generate_series(0, 4)) TO 'FILENAME.vortex' (FORMAT VORTEX);`
scan a vortex file
`select * from read_vortex('...');`
Added Functions
function_name | function_type | description | comment | examples |
---|---|---|---|---|
read_vortex | table | NULL | NULL |