cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.74k stars 201 forks source link

Add Int64 type #330

Closed tjungblu closed 2 months ago

tjungblu commented 8 months ago

Hey there,

I wanted to spend some time to analyse byte sizes in etcd databases with an octosql plugin I wrote.

Unfortunately, there's only 32 bit Int, which easily overflows. Would you be interested to have a 64 bit integer as a type for octosql?