snowlift/trino-storage

Provide table functions

nineinchnick opened this issue · 2 comments

Table functions should be used instead of passing locations as table names.

Table functions also allow additional features, like:

  • support case-sensitive locations
  • users providing data types for some or all columns
  • disabling automatic schema introspection or setting a limit, see #131
  • providing headers when making HTTP requests, somehow related to #92 and #24

Are these functions same as what I riased in #168 ?