Hi, KDB DevelopersMay I know what u member in K structure is used for? A little piece ofC code is appreciated.Thanks,dbtouch
http://kx.com/q/c/c/readme.txtu - s
up
g flagRegards, AttilaOn 5 Oct 2009, at 21:06, dbtouch wrote:>> Hi, KDB Developers>> May I know what u member in K structure is used for? A little piece of> C code is appreciated.>> Thanks,>> dbtouch> >–Apple-Mail-11–559105215Content-Type: text/html
http://kx.com/q/c/c/readme.txt
u - s
up
g flag
Regards,
Attila
On 5 Oct 2009, at 21:06, dbtouch wrote:
Hi, KDB Developers
May I know what u member in K structure is used for? A little piece of
C code is appreciated.Thanks,
dbtouch
–Apple-Mail-11–559105215–
What does it mean?On Oct 5, 4:11?pm, Attila Vrabecz <attila.vrab…> wrote:> http://kx.com/q/c/c/readme.txt>> u - s
up
g flag>> Regards,> ? ?Attila> On 5 Oct 2009, at 21:06, dbtouch wrote:>>>>>> > Hi, KDB Developers>> > May I know what u member in K structure is used for? A little piece of> > C code is appreciated.>> > Thanks,>> > dbtouch- Hide quoted text ->> - Show quoted text -</attila.vrab…>
X-Mailer: Apple Mail (2.936)these are flags associated with K objects.Ignore them for the moment as they are not easy to use except for sorted or unique (s and
u).felixOn 6 Oct 2009, at 20:05, dbtouch wrote:>> What does it mean?>> On Oct 5, 4:11 pm, Attila Vrabecz <attila.vrab…> wrote:>> http://kx.com/q/c/c/readme.txt>>>> u - s
up
g flag>>>> Regards,>> Attila>> On 5 Oct 2009, at 21:06, dbtouch wrote:>>>>>>>>>>>>> Hi, KDB Developers>>>>> May I know what u member in K structure is used for? A little >>> piece of>>> C code is appreciated.>>>>> Thanks,>>>>> dbtouch- Hide quoted text ->>>> - Show quoted text -> ></attila.vrab…>
Hi, FelixYou mean they are control flag used internally by K. Can I change thevalue in C extension?dbtouchOn Oct 6, 1:09?pm, Felix Lungu <felix.lu…> wrote:> these are flags associated with K objects.> Ignore them for the moment as they are not easy to use except for ?> sorted or unique (s and
u).>> felix>> On 6 Oct 2009, at 20:05, dbtouch wrote:>>>>>> > What does it mean?>> > On Oct 5, 4:11 pm, Attila Vrabecz <attila.vrab…> wrote:> >>http://kx.com/q/c/c/readme.txt>> >> u - s
up
g flag>> >> Regards,> >> ? ?Attila> >> On 5 Oct 2009, at 21:06, dbtouch wrote:>> >>> Hi, KDB Developers>> >>> May I know what u member in K structure is used for? A little ?> >>> piece of> >>> C code is appreciated.>> >>> Thanks,>> >>> dbtouch- Hide quoted text ->> >> - Show quoted text – Hide quoted text ->> - Show quoted text -</attila.vrab…></felix.lu…>
To: personal-kdbplus@googlegroups.comX-Mailer: Apple Mail (2.1076)https://code.kx.com/trac/wiki/Reference/attrThat is not the whole story, but should get you startedRegards, AttilaOn 6 Oct 2009, at 22:08, dbtouch wrote:>> Hi, Felix>> You mean they are control flag used internally by K. Can I change the> value in C extension?>> dbtouch>> On Oct 6, 1:09 pm, Felix Lungu <felix.lu…> wrote:>> these are flags associated with K objects.>> Ignore them for the moment as they are not easy to use except for>> sorted or unique (s and
u).>>>> felix>>>> On 6 Oct 2009, at 20:05, dbtouch wrote:>>>>>>>>>>>>> What does it mean?>>>>> On Oct 5, 4:11 pm, Attila Vrabecz <attila.vrab…> wrote:>>>> http://kx.com/q/c/c/readme.txt>>>>>> u - s
up
g flag>>>>>> Regards,>>>> Attila>>>> On 5 Oct 2009, at 21:06, dbtouch wrote:>>>>>>> Hi, KDB Developers>>>>>>> May I know what u member in K structure is used for? A little>>>>> piece of>>>>> C code is appreciated.>>>>>>> Thanks,>>>>>>> dbtouch- Hide quoted text ->>>>>> - Show quoted text – Hide quoted text ->>>> - Show quoted text -> ></attila.vrab…></felix.lu…>
X-Mailer: Apple Mail (2.936)yes, they are very thigh linked with structures inside kdb.you can flag sorted or unique attribute but you should do this only from q rather than c interface.the rest is out of limits because there are links structures which are not controllable from the c interface.felixOn 7 Oct 2009, at 00:08, dbtouch wrote:>> Hi, Felix>> You mean they are control flag used internally by K. Can I change the> value in C extension?>> dbtouch>> On Oct 6, 1:09 pm, Felix Lungu <felix.lu…> wrote:>> these are flags associated with K objects.>> Ignore them for the moment as they are not easy to use except for>> sorted or unique (s and
u).>>>> felix>>>> On 6 Oct 2009, at 20:05, dbtouch wrote:>>>>>>>>>>>>> What does it mean?>>>>> On Oct 5, 4:11 pm, Attila Vrabecz <attila.vrab…> wrote:>>>> http://kx.com/q/c/c/readme.txt>>>>>> u - s
up
g flag>>>>>> Regards,>>>> Attila>>>> On 5 Oct 2009, at 21:06, dbtouch wrote:>>>>>>> Hi, KDB Developers>>>>>>> May I know what u member in K structure is used for? A little>>>>> piece of>>>>> C code is appreciated.>>>>>>> Thanks,>>>>>>> dbtouch- Hide quoted text ->>>>>> - Show quoted text – Hide quoted text ->>>> - Show quoted text -> ></attila.vrab…></felix.lu…>
> the rest is out of limits because there are links structures which are ?> not controllable from the c interface.Don’t scare the man away! If the gods hadn’t wanted us to play withthosestructures, they wouldn’t have given us r0/r1, right?