Sha256: 99fa372cac8bdd2e886995f1b1d9ed02c304baecdaebe5ae408494aba8b680d3
Contents?: true
Size: 919 Bytes
Versions: 5
Compression:
Stored size: 919 Bytes
Contents
Execution example:: column_create --table ToyBox --name time --type Time # [[0, 1337566253.89858, 0.000355720520019531], true] load --table ToyBox [ {"_key":"Flower","time":1234567890.1234569999} {"_key":"Block","time":-1234567890} ] # [[0, 1337566253.89858, 0.000355720520019531], 2] select --table ToyBox --output_columns _key,time # [ # [ # 0, # 1337566253.89858, # 0.000355720520019531 # ], # [ # [ # [ # 3 # ], # [ # [ # "_key", # "ShortText" # ], # [ # "time", # "Time" # ] # ], # [ # "Monkey", # 0.0 # ], # [ # "Flower", # 1234567890.12346 # ], # [ # "Block", # -1234567890.0 # ] # ] # ] # ]
Version data entries
5 entries across 5 versions & 1 rubygems