Re: Access Hbase Cell Timestamp using Phoenix UDF

2019-03-05 Thread OMKAR NALAWADE
stack with HBase version 1.1.2 and Phoenix version 4.7.0 Regards, Omkar On Tue, Mar 5, 2019 at 4:57 PM OMKAR NALAWADE wrote: > > Hello, > I am trying to access cell level timestamp of a given column in a table > using a phoenix UDF. > *For example:* I have created a UDF named

Re: Access Hbase Cell Timestamp using Phoenix UDF

2019-03-13 Thread OMKAR NALAWADE
Thanks a lot. VARBINARY did work. On Tue, Mar 5, 2019 at 10:16 PM James Taylor wrote: > You should be able to declare your parameter as VARBINARY and you can then > use any type. > > On Tue, Mar 5, 2019 at 5:56 PM OMKAR NALAWADE > wrote: > >> Hello, >> >&