is that a library?
Maybe I'm pushing a social problem into tech, but I won't be asking for direct access to a database, only asking a client to use a libary to export a table from their database into this shared format.
It's a Spark module. Probably pretty heavy weight for what you are asking.
...yes but...reading up and it's looking good, just don't know about the runtime
thanks!
Found the nifi test for this https://github.com/apache/nifi/blob/d617c0b96ab5d2f42c467643aa55cc4ab9a70b27/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteSQL.java
@otfrom yeah, with transducers it does definitely work, but honestly I found it a bit redundant. Am I missing something?
@chokheli it is designed to work with transducers, so it won't really work on its own
calling it with a single argument turns the t-digest into a map and it doesn't have a variable arity arg list