From: Jeff W. <js...@fa...> - 2005-11-04 03:21:21
|
Hi all: Is it possible to create tables with entries are themselves tables? (I read section 3.6 of the tutorial, but couldn't quite figure out if it does what I want). Specifically, I would like to have a table like this: Observation = { "id": StringCol(length=16) "lat: Float32Col() "lon": Float32Col() "value": Float32Col() "type": StringCol(length=4) "qcflags": <another table whose structure depends on the value of "type"> } -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/CDC R/CDC1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-124 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg |