DvirDukhan

Results 88 comments of DvirDukhan

@LiorKogan `toFloat` is supported https://github.com/RedisGraph/RedisGraph/blob/e5dc9c864ddf5e546fe01d156075100cc343564e/src/arithmetic/numeric_funcs/numeric_funcs.c#L132 we left with `toXXXOrNull` to support

hi @mdecuir I want to understand better the question before trying to answer it. you want to have the ability to have additional filters over the destination node (`dim_drug_admin`) with...

@mdecuir The solution is pretty counter-intuitive. In order to avoid expensive operations such as cartesian product or aggregation (collect), you need first to set your dimensions and their filters, and...

@mdecuir The expand-into operation is used when you have a pattern where both the source and the destination nodes are already found, so in that case, we check if there...

@mdecuir After digging into our operations, apparently the proposed query is doing an implicit cartesian product. The nested label scan is a cartesian product, since a label scan operation which...

@mdecuir we have come with a design, but it will take a while do implement. I'll notify you when it is done.

@nail-sirazitdinov the expected output should be 150 each, right?

@swapkh91 no, unfortunately not.

@xadupre hello, it seems like you are one of the maintainers of this package. First, thank you for maintaining it. I understand that you are probably doing a lot of...

Thanks, @DenisCarriere. We decided not to refactor our current JS client to TypeScript. If you like, you can fork and modify it to a TypeScript client. When your work is...