Function sql_commands

Source
pub fn sql_commands(schema: &Schema) -> Vec<String>
Expand description

Generates a list of example SQL commands based on the provided DataFrame schema. Uses helper functions to find suitable columns and generate diverse examples.