Skip to main content

table_function_empty_schema

Function table_function_empty_schema 

Source
pub fn table_function_empty_schema(
    name: &str,
    output_name: &str,
    alias: Option<&str>,
    column_aliases: &[String],
    output_width: usize,
    ordinality: bool,
) -> Vec<String>