Package | Description |
---|---|
com.buabook.kdb | |
com.buabook.kdb.data | |
com.kx |
Modifier and Type | Method and Description |
---|---|
static int |
Dicts.getSize(c.Dict dict) |
static boolean |
Dicts.isNullOrEmpty(c.Dict dict) |
Modifier and Type | Class and Description |
---|---|
class |
PrintableDict
c.Dict with Object.toString() Support |
Modifier and Type | Method and Description |
---|---|
c.Dict |
KdbDict.convertToDict()
Generates a
c.Dict for use before sending the object down the wire to a kdb process |
Modifier and Type | Method and Description |
---|---|
void |
KdbDict.setInitialDataSet(c.Dict kdbDict)
Takes the provided kdb dictionary and maps it into
KdbDict.data for use in this object |
Constructor and Description |
---|
KdbDict(c.Dict kdbDict) |
PrintableDict(c.Dict dict)
Provides an easy way to build a new instance of this object for an existing
c.Dict object. |
Constructor and Description |
---|
Flip(c.Dict X) |
Copyright © 2017. All rights reserved.