thank you, James
On Sat, Dec 13, 2014 at 12:18 PM, James Taylor <[email protected]> wrote: > > Hi Mark, > See this FAQ: > http://phoenix.apache.org/faq.html#Can_phoenix_work_on_tables_with_arbitrary_timestamp_as_flexible_as_HBase_API > > Phoenix doesn't expose an API to get the Cell timestamp directly, but > you'd get all column values back for a row if you're selecting them > unless you set the CURRENT_SCN connection property to a timestamp less > than or equal to the Cell timestamp as described above. > > As far as how Phoenix might surface getting the Cell timestamp, see > PHOENIX-914 and PHOENIX-590. > > Thanks, > James > > On Fri, Dec 12, 2014 at 2:40 PM, Mark Kerzner <[email protected]> > wrote: > > Hi, > > > > let's say I have 20 values in one column with different timestamps, can I > > get them all? > > > > Thank you, > > Mark >
