In Snowflake when we query using Javascript inside Stored procedure , we used to get Result_set . How can we get Column name of the output result using Javascript API.???
Note: I am not asking about result column values which we can get using .getColumnValue() or getColumnValueAsString function.