pub(crate) fn date_part_to_sql(
unparser: &Unparser<'_>,
style: DateFieldExtractStyle,
date_part_args: &[Expr],
) -> Result<Option<Expr>>Expand description
Converts a date_part function to SQL, tailoring it to the supported date field extraction style.