Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random operators #115

Merged
merged 8 commits into from
Jan 10, 2021
Merged

Random operators #115

merged 8 commits into from
Jan 10, 2021

Conversation

nils-braun
Copy link
Collaborator

Implement some functionality with respect to randomness:
RAND, RAND_INTEGER, TABLESAMPLE

@codecov-io
Copy link

codecov-io commented Jan 10, 2021

Codecov Report

Merging #115 (35eb935) into main (644f18c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #115   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        41    +1     
  Lines         1648      1706   +58     
  Branches       231       235    +4     
=========================================
+ Hits          1648      1706   +58     
Impacted Files Coverage Δ
dask_sql/context.py 100.00% <100.00%> (ø)
dask_sql/physical/rel/logical/__init__.py 100.00% <100.00%> (ø)
dask_sql/physical/rel/logical/sample.py 100.00% <100.00%> (ø)
dask_sql/physical/rex/core/call.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 644f18c...35eb935. Read the comment docs.

@nils-braun nils-braun merged commit 83f10c4 into main Jan 10, 2021
@nils-braun nils-braun deleted the feature/random-operator branch January 10, 2021 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants