pub fn qualified_table(opts: &IngestOptions) -> StringExpand description
Build a SQL table identifier from IngestOptions. When target_db is
set, returns "db"."public"."table"; otherwise "table" (unqualified).
pub fn qualified_table(opts: &IngestOptions) -> StringBuild a SQL table identifier from IngestOptions. When target_db is
set, returns "db"."public"."table"; otherwise "table" (unqualified).