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

[DOCS] Fix docs to add SQL capabilities #2931

Merged
merged 21 commits into from
Oct 1, 2024

Add more docstrings for utf8 and image

75b7acb
Select commit
Loading
Failed to load commit list.
Merged

[DOCS] Fix docs to add SQL capabilities #2931

Add more docstrings for utf8 and image
75b7acb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 1, 2024 in 0s

83.96% of diff hit (target 78.71%)

View this Pull Request on Codecov

83.96% of diff hit (target 78.71%)

Annotations

Check warning on line 5 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L5

Added line #L5 was not covered by tests

Check warning on line 8 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L7-L8

Added lines #L7 - L8 were not covered by tests

Check warning on line 10 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L10

Added line #L10 was not covered by tests

Check warning on line 15 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L13-L15

Added lines #L13 - L15 were not covered by tests

Check warning on line 20 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L17-L20

Added lines #L17 - L20 were not covered by tests

Check warning on line 23 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L23

Added line #L23 was not covered by tests

Check warning on line 26 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L26

Added line #L26 was not covered by tests

Check warning on line 30 in daft/sql/_sql_funcs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/sql/_sql_funcs.py#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 136 in src/daft-sql/src/functions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/functions.rs#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 52 in src/daft-sql/src/modules/aggs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/aggs.rs#L52

Added line #L52 was not covered by tests

Check warning on line 61 in src/daft-sql/src/modules/aggs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/aggs.rs#L61

Added line #L61 was not covered by tests

Check warning on line 87 in src/daft-sql/src/modules/utf8.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/utf8.rs#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 101 in src/daft-sql/src/modules/utf8.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/utf8.rs#L101

Added line #L101 was not covered by tests

Check warning on line 105 in src/daft-sql/src/modules/utf8.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/utf8.rs#L105

Added line #L105 was not covered by tests

Check warning on line 120 in src/daft-sql/src/modules/utf8.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/modules/utf8.rs#L119-L120

Added lines #L119 - L120 were not covered by tests

Check warning on line 8 in src/daft-sql/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/python.rs#L8

Added line #L8 was not covered by tests

Check warning on line 15 in src/daft-sql/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/python.rs#L15

Added line #L15 was not covered by tests

Check warning on line 20 in src/daft-sql/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/python.rs#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 25 in src/daft-sql/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/python.rs#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 30 in src/daft-sql/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/python.rs#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 64 in src/daft-sql/src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-sql/src/python.rs#L51-L64

Added lines #L51 - L64 were not covered by tests