Closed Santhoshas closed 7 years ago
No for both, for now. It's not difficult to add a callback function to get data at once at the end of query result. But Presto query results are sometimes very large, and containing such data on memory makes node.js process very unstable. So I don't prefer such approach.
Thank you
DATA callback method: data [function(error, data, columns, stats) :optional] - called per fetch of query results (may be called 2 or more)