2 Repos
Utilities for identifying the maximum value within multi-value array columns.
Distinct from Maximum Value Calculators: Distinct from Maximum Value Calculators: specifically evaluates all elements within an array column per row.
Explore 2 awesome GitHub repositories matching data & databases · Array Maximum Calculators. Refine with filters or upvote what's useful.
Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer
Computes the maximum value from an array column by evaluating all elements within each row.
Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap
Returns the item from an array that produces the highest value when processed by a selector function.