Module datafusion::functions::datetime::expr_fn

source ·

Functions§

  • returns current UTC date as a Date32 value
  • returns current UTC time as a Time64 value
  • coerces an arbitrary timestamp to the start of the nearest specified interval
  • extracts a subfield from the date
  • truncates the date to a specified level of precision
  • converts an integer to RFC3339 timestamp format string
  • make a date from year, month and day component parts
  • returns the current timestamp in nanoseconds, using the same value for all instances of now() in same statement
  • Returns a string representation of a date, time, timestamp or duration based on a Chrono pattern.
  • converts a string and optional formats to a Timestamp(Nanoseconds, None)
  • converts a string and optional formats to a Timestamp(Microseconds, None)
  • converts a string and optional formats to a Timestamp(Milliseconds, None)
  • converts a string and optional formats to a Timestamp(Nanoseconds, None)
  • converts a string and optional formats to a Timestamp(Seconds, None)
  • converts a string and optional formats to a Unixtime