POST http://smoltable:9876/v1/table/[name]/rows
{ "items": [ { "row": { "key": "org.apache.spark" } } ]}
{ "message": "Query successful", "result": { "bytes_scanned": 124, "cells_scanned": 1, "micros": 23, "micros_per_row": 23, "rows": [ { "columns": { "title": { "": [ { "time": 0, "type": "string", "value": "Apache Spark" } ] } }, "row_key": "org.apache.spark" } ], "rows_scanned": 1 }, "status": 200, "time_ms": 0}
{ "items": [ { "row": { "key": "org.apache.spark" }, "column": { "key": "anchor:" } } ]}
{ "items": [ { "row": { "key": "org.apache.spark" }, "column": { "key": "anchor:com.apache.solr" } } ]}
{ "items": [ { "row": { "key": "org.apache.spark" }, "column": { "multi_key": ["anchor:com.apache.solr", "anchor:com.apache.hbase"] } } ]}
{ "items": [ { "row": { "key": "org.apache.spark" }, "column": { "prefix": "anchor:com." } } ]}
{ "items": [ { "row": { "key": "org.apache.spark" }, "column": { "cell_limit": 3 } } ]}
{ "items": [ { "row": { "key": "org.apache.spark", "cell_limit": 10 } } ]}