Function spawnflake::datastores::postgres::discover::get_columns[][src]

pub fn get_columns(
    client: &mut Client,
    table_name: String,
    schema: String
) -> Result<Vec<Describe>, Error>