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

Method create_cte_work_table

datafusion/sql/tests/common/mod.rs:321–327  ·  view source on GitHub ↗
(
        &self,
        _name: &str,
        schema: SchemaRef,
    )

Source from the content-addressed store, hash-verified

319 }
320
321 fn create_cte_work_table(
322 &self,
323 _name: &str,
324 schema: SchemaRef,
325 ) -> Result<Arc<dyn TableSource>> {
326 Ok(Arc::new(EmptyTable::new(schema)))
327 }
328
329 fn udf_names(&self) -> Vec<String> {
330 self.state.scalar_functions.keys().cloned().collect()

Callers 1

recursive_cteMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected