-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-latest/ 2.4 latest
- Deployment mode(standalone or cl…
-
C++ compilers don't guarantee that the size of a struct equals to the sum of the struct fields.
E.g. `blob_t` is a struct with single field of `ku_string_t`.
The compiler doesn't guarantee that size…
-
- RDF uses explicitly tagged literals, in particular lang strings and XSD datatypes, including infinite precision integers and decimals.
- JSON carries faithfully strings and small numbers, everythin…
-
@kitchell
I am looking into the 3Dsurfaces datatype (https://brainlife.io/datatypes/59307a08436ee50ffd973278) and see if we can use this to output pRF surface. Although most 3Dsurfaces dataobjects…
-
I was sad today that I couldn't write the `BST` invariant on this datatype:
```
data BST:
| mt
| node(v :: String, l :: BST%(all-less-than(v)), r :: BST%(all-greater-than(v)))
end
```
NB: I'm no…
-
Based on @bouks implementation and the feedback from @OlegKi, here's a proposal for a modified autodetection algorithm (written as pseudocode for better readability):
``` javascript
if (grid.datatype…
flack updated
9 years ago
-
At the 3/9/16 SACM Virtual Interim Meeting, there was a request for the following features with respect to datatypes in SACM.
- Make URI a first class datatype
- Make Array and Map primitive datatypes…
-
Neo4j specification [points](https://neo4j.com/docs/developer-manual/current/cypher/functions/spatial/#functions-distance) to Point datatype (both 2D and 3D), but there is no information about it in B…
-
We remove Primitive Datatype `JSON` from builtins library (#9).
Rationale: We add _structured datatypes_ (#265). This should cover almost all use cases we envisioned `JSON` primitive datatype for.
…
-
If I turtleize a file and then diff to itself, I see that some datatypes are changed
```
< ... "80685"^^ .
---
> ... "80685"^^ .
```