KX Community

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

Home Forums kdb+ Retrieving values from a dictionary using namespacing Re: Retrieving values from a dictionary using namespacing

  • gyorokpeter-kx

    Member
    June 26, 2023 at 12:00 am

    Probably because this syntax is only intended to use with regular namespaces (whose names begin with a dot). When you create a namespace it always has a mixed list in its values because a  ` | :: item is implicitly inserted into it. So the lookup code might be written with the assumption that this always needs to be the case.