sanitize_table_id function

Sanitize Table id

Sanitize Table id

Tables are identified and specified with a large number of ways across drivers. For the purposes of dittodb, the details are less important since we almost always just want a flat representation (ie for filenames). This takes the various formats and returns a string with various elements separated by dots.

sanitize_table_id(id, ...)

Arguments

  • id: the table identifier (an Id, a vector of strings, or a string)
  • ...: additional arguments (to allow for things like schema_name that odbc uses.)

Returns

the first word in the statement

  • Maintainer: Jonathan Keane
  • License: Apache License (>= 2.0)
  • Last published: 2024-04-09