Re: Custom TupleTableSlotOps while Initializing Custom Scan

2024-06-21 Thread Ashutosh Bapat
Hi, On Thu, Jun 20, 2024 at 5:58 PM V N G Samba Siva Reddy Chinta < sambasivareddychi...@gmail.com> wrote: > Hello Team, > Good Day, > > I have been working on adding a CustomScanState object in the executor > state in my project. As part of CustomScanState, I execute queries and > store their re

Custom TupleTableSlotOps while Initializing Custom Scan

2024-06-20 Thread V N G Samba Siva Reddy Chinta
Hello Team, Good Day, I have been working on adding a CustomScanState object in the executor state in my project. As part of CustomScanState, I execute queries and store their results in the Tuplestorestate object. After storing all tuples in the Tuplestorestate, I retrieve each tuple and place it