tagomoris / presto-client-node

Distributed query engine Presto client library for node.js
MIT License
125 stars 57 forks source link

How to define presto session properties? #61

Open asoriano-lightbox opened 2 years ago

asoriano-lightbox commented 2 years ago

Hi, is there a way to define either on the connection or on the query execution presto session properties? Like the properties we set up on the cli by doing SET SESSION ?

Thank You