Lists

Lists List is also a fundamental data type for most of the other data structures of KDB. The datatypes like Dictionary, Table, Enumerations etc. are made of Lists. And that is the reason that the type value for these datatypes is always positive e.g. a a Table has type value of 98, a Dictionary has […]