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

Enum Function

datafusion-cli/src/functions.rs:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51#[derive(Debug)]
52pub enum Function {
53 Select,
54 Explain,
55 Show,
56 CreateTable,
57 CreateTableAs,
58 Insert,
59 DropTable,
60}
61
62const ALL_FUNCTIONS: [Function; 7] = [
63 Function::CreateTable,

Callers 5

date_part_to_sqlFunction · 0.85
expr_to_sql_innerMethod · 0.85
unnest_to_sqlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…