MCPcopy Create free account
hub / github.com/apache/datafusion / object_name_to_table_reference

Method object_name_to_table_reference

datafusion/sql/src/planner.rs:898–906  ·  view source on GitHub ↗
(
        &self,
        object_name: ObjectName,
    )

Source from the content-addressed store, hash-verified

896 }
897
898 pub(crate) fn object_name_to_table_reference(
899 &self,
900 object_name: ObjectName,
901 ) -> Result<TableReference> {
902 object_name_to_table_reference(
903 object_name,
904 self.options.enable_ident_normalization,
905 )
906 }
907}
908
909/// Create a [`TableReference`] after normalizing the specified ObjectName

Callers 11

sql_select_to_rexMethod · 0.45
copy_to_planMethod · 0.45
delete_to_planMethod · 0.45
update_to_planMethod · 0.45
insert_to_planMethod · 0.45
show_columns_to_planMethod · 0.45
select_intoMethod · 0.45

Calls 1

Tested by

no test coverage detected