Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Not all of the compute kernels available via list_compute_functions() are actually available to use in R, as they haven't been hooked up to the relevant Options class in r/src/compute.cpp.
We should:
- Implement all remaining options classes
- Go through all the kernels listed by list_compute_functions() and check that they have either no options classes to implement or that they have been hooked up to the appropriate options class
Attachments
1.
|
[R] Check if ascii functions have options implemented and implement if not | Closed | Nicola Crane | |||||||||
2.
|
[R] Check if utf8 kernels have options implemented and implement if not | Closed | Unassigned | |||||||||
3.
|
[R] Implement options for non-bound MatchSubstringOptions kernels | Resolved | Nicola Crane |
|
||||||||
4.
|
[R] Implement TrimOptions | Resolved | Nicola Crane |
|
||||||||
5.
|
[R] Implement ArithmeticOptions | Closed | Unassigned | |||||||||
6.
|
[R] Implement IndexOptions | Resolved | Nicola Crane |
|
||||||||
7.
|
[R] Implement CompareOptions | Closed | Unassigned | |||||||||
8.
|
[R] Implement StrftimeOptions | Closed | Unassigned | |||||||||
9.
|
[R] Implement ModeOptions | Resolved | Nicola Crane |
|
||||||||
10.
|
[R] Implement ReplaceSliceOptions | Resolved | Nicola Crane |
|
||||||||
11.
|
[R] Implement PartitionNthOptions | Resolved | Nicola Crane |
|
||||||||
12.
|
[R] Implement TDigestOptions | Closed | Unassigned | |||||||||
13.
|
[R] Implement ExtractRegexOptions | Resolved | Nicola Crane |
|