Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference docs for dictGetXYZ. #1886

Open
35 tasks done
johnnymatthews opened this issue Jan 31, 2024 · 0 comments
Open
35 tasks done

Add reference docs for dictGetXYZ. #1886

johnnymatthews opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
functions-project Issues specific to the functions documentation project

Comments

@johnnymatthews
Copy link
Contributor

johnnymatthews commented Jan 31, 2024

Child of #1833.

There are many functions for working with dictionaries. Some of these functions, however, are lacking clear documentation:

  • dictGet
  • dictGetOrDefault
  • dictGetOrNull
  • dictGetInt8
  • dictGetInt16
  • dictGetInt32
  • dictGetInt64
  • dictGetUInt8
  • dictGetUInt16
  • dictGetUInt32
  • dictGetUInt64
  • dictGetFloat32
  • dictGetFloat64
  • dictGetDate
  • dictGetDateTime
  • dictGetUUID
  • dictGetString
  • dictGetIPv4
  • dictGetIPv6
  • dictGetDateOrDefault
  • dictGetDateTimeOrDefault
  • dictGetFloat32OrDefault
  • dictGetFloat64OrDefault
  • dictGetIPv4OrDefault
  • dictGetIPv6OrDefault
  • dictGetInt16OrDefault
  • dictGetInt32OrDefault
  • dictGetInt64OrDefault
  • dictGetInt8OrDefault
  • dictGetStringOrDefault
  • dictGetUInt16OrDefault
  • dictGetUInt32OrDefault
  • dictGetUInt64OrDefault
  • dictGetUInt8OrDefault
  • dictGetUUIDOrDefault

This issue tracks the creations of documentation for these functions.

@johnnymatthews johnnymatthews self-assigned this Jan 31, 2024
@johnnymatthews johnnymatthews added the functions-project Issues specific to the functions documentation project label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functions-project Issues specific to the functions documentation project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant