Re: Vector Bit Pattern Search

2016-09-01 Thread Julien Le Dem
r Java samples. > Awaiting your reply. > Thanks,Sanjay > > > From: jul...@dremio.com > > Date: Tue, 30 Aug 2016 12:10:28 -0700 > > Subject: Re: Vector Bit Pattern Search > > To: dev@arrow.apache.org > > > > Are you looking for Java or C++ samples? > >

RE: Vector Bit Pattern Search

2016-09-01 Thread Sanjay Rao
Hi Julien, I am looking for Java samples. Awaiting your reply. Thanks,Sanjay > From: jul...@dremio.com > Date: Tue, 30 Aug 2016 12:10:28 -0700 > Subject: Re: Vector Bit Pattern Search > To: dev@arrow.apache.org > > Are you looking for Java or C++ samples? > > On Tue,

Re: Vector Bit Pattern Search

2016-08-30 Thread Julien Le Dem
Are you looking for Java or C++ samples? On Tue, Aug 30, 2016 at 5:15 AM, Sanjay Rao wrote: > Hi, > I am trying to write a sample code where I could write the values into > Buffer probable read the value from CSV file and store them in-memory and > later do bit-pattern search, I am doing perform

Vector Bit Pattern Search

2016-08-30 Thread Sanjay Rao
Hi, I am trying to write a sample code where I could write the values into Buffer probable read the value from CSV file and store them in-memory and later do bit-pattern search, I am doing performance benchmark as my own study. It would help me if someone could get me the sample code where I coul