Re: Vector Bit Pattern Search

2016-09-01 Thread Julien Le Dem
n, > 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 Jav

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,

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