Skip to content

Commit

Permalink
Trying to fix mathjax format.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmondal committed Mar 18, 2024
1 parent c0d9249 commit cb10c7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ObjectMapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ Thus the output object $O_O$ is given by :

$O_O := < F_1, F_2,..., F_M > ( O_1,O_2,...,O_N )$

This is generic enough to include aggregation. However, we can extend even a single object to aggregation by imagining an `AND` Object - which is a tuple $<O_I>$ . Using this virtual tuple object any aggregation is possible.
This is generic enough to include aggregation.
However, we can extend even a single object to aggregation by imagining an `AND` Object - which is a tuple:

$< O_I >$

Using this virtual tuple object any aggregation is possible.

### Industry Standards

Expand Down

0 comments on commit cb10c7f

Please sign in to comment.