Skip to content

Commit 95fa5c2

Browse files
authored
Update IntroductionTables.md
1 parent 4dd4992 commit 95fa5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics-tasks/IntroductionTables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: The data format: interconnected tables
77

88
The ALICE O2 data model is a collection of tables. Each table can be seen as a collection of objects, where each column represents a property of the objects, and each row is an object. When the users write their analysis, they need to provide at least two things: a query which selects rows of one or more tables and a function which gets invoked on the results of the query. When specifying the query, the users can perform typical database operations between them. For example, they can only select rows matching a given query, or they can put two tables one on the side of the other and select the rows of the resulting table in what it's called a "join".
99

10-
Tables can be read from the input files [AO2D files](../datamodel/ao2dTables.md) and or they can be created by tasks. To produce some tables with commonly used quantities there exist a set of predefined [helper tasks](../basics-usage/HelperTasks.md) which can be included in user analysis work flows to produce tables with [commonly used information](../datamodel/helperTaskTables.md)
10+
Tables can be read from the input files [AO2D files](../datamodel/ao2dTables.md) and or they can be created by tasks. To produce some tables with commonly used quantities there exist a set of predefined [helper tasks](../analysis-tools/README.md) which can be included in user analysis work flows to produce tables with [commonly used information](../datamodel/helperTaskTables.md)
1111

1212
The data model also provides a bunch of pre-defined [joins and iterators](../datamodel/joinsAndIterators.md).
1313

0 commit comments

Comments
 (0)