| 50 | |
| 51 | #[derive(Debug)] |
| 52 | pub enum Function { |
| 53 | Select, |
| 54 | Explain, |
| 55 | Show, |
| 56 | CreateTable, |
| 57 | CreateTableAs, |
| 58 | Insert, |
| 59 | DropTable, |
| 60 | } |
| 61 | |
| 62 | const ALL_FUNCTIONS: [Function; 7] = [ |
| 63 | Function::CreateTable, |
no outgoing calls
no test coverage detected
searching dependent graphs…