KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ domain and range

  • gyorokpeter-kx

    Member
    May 30, 2023 at 12:00 am

    The letters refer to the datatypes as listed at Reference card | kdb+ and q documentation – Kdb+ and q documentation (kx.com) . b = boolean, i = int etc.

    The domain is the data type of the input and the range is the data type of the output. So if you give it a boolean you get an int, if you give it a real or float you get a real or float back etc. GUID, char and symbol are marked with a dot to indicate that these types are not supported.

Log in to reply.