-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds feature to accept parquet file as 1) target index dataset file 2) neighbor dataset 3) query dataset . It also supports partition. For every partition, one iterator will be created. Since, parquet file can be very big and it doesn't support index based loading, we will use batch iterator and load one batch at a time and extract vectors for given start and end offset. We will also use variable to hold batch if complete batch is not processed. Once the batch is processed, it will clear the variable. Signed-off-by: Vijayan Balasubramanian <[email protected]>
- Loading branch information
Showing
4 changed files
with
196 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters