Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
What is a Crossfilter group?
From reading about the Crossfilter data manipulation library for JavaScript, I take it that "groups" are an important concept in its operation. However, the Crossfilter documentation does not ever define the concept.
Assuming the word is being used in a similar sense to the common English or mathematical uses, the group will contain members or elements, and be defined by what these elements are (their type, and how they're selected for membership in the group). Is this the case, and if so what are the elements of a Crossfilter group? What is their type (crossfilter
objects, dimension
objects, record
objects, primitive types, arrays and objects formed from the these, etc.)?
1 comment thread