paleolimbot commented on issue #553:
URL: https://github.com/apache/sedona-db/issues/553#issuecomment-3801172166

   It's a great point and it's come up before. I'm skeptical to add `__len__()` 
because it is also typically expected that calling `len(obj)` is cheap and in 
the case of a SedonaDB DataFrame this could be very time consuming. Ibis throws 
an error here explaining the rationale (`ExpressionError: Use .count() 
instead`) and maybe we should do the same.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to