forked from sfu-db/connector-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sfu-db#536 from sfu-db/arrow-stream
Arrow stream
- Loading branch information
Showing
53 changed files
with
3,585 additions
and
2,065 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"driver": "org.postgresql.Driver", | ||
"url": "jdbc:postgresql://postgres:5432/postgres", | ||
"username": "postgres", | ||
"password": "postgres", | ||
"costParams": { | ||
"join": 10.0, | ||
"agg": 20.0, | ||
"sort": 20.0, | ||
"trans": 3.0 | ||
}, | ||
"dialect": "postgres", | ||
"cardEstType": "postgres", | ||
"partitionType": "postgres" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"driver": "org.postgresql.Driver", | ||
"url": "jdbc:postgresql://postgres:5432/postgres", | ||
"username": "postgres", | ||
"password": "postgres", | ||
"costParams": { | ||
"join": 10.0, | ||
"agg": 20.0, | ||
"sort": 20.0, | ||
"trans": 3.0 | ||
}, | ||
"dialect": "postgres", | ||
"cardEstType": "postgres", | ||
"partitionType": "postgres" | ||
} |
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
Oops, something went wrong.