File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ private:
132
132
// ///////////////////////////////////////////////////////////////////////////
133
133
// / \brief Create an a new RNTupleJoinTable for the RNTuple represented by the provided page source.
134
134
// /
135
- // / \param[in] fieldNames The names of the join fields to use for the join table. Only integral-type fields are
135
+ // / \param[in] joinFieldNames The names of the join fields to use for the join table. Only integral-type fields are
136
136
// / allowed.
137
- RNTupleJoinTable (const std::vector<std::string> &fieldNames ) : fJoinFieldNames (fieldNames ) {}
137
+ RNTupleJoinTable (const std::vector<std::string> &joinFieldNames ) : fJoinFieldNames (joinFieldNames ) {}
138
138
139
139
// ///////////////////////////////////////////////////////////////////////////
140
140
// / \brief Get all entry mappings in the join table.
@@ -154,11 +154,11 @@ public:
154
154
// ///////////////////////////////////////////////////////////////////////////
155
155
// / \brief Create an RNTupleJoinTable from an existing RNTuple.
156
156
// /
157
- // / \param[in] fieldNames The names of the join fields to use for the join table. Only integral-type fields are
157
+ // / \param[in] joinFieldNames The names of the join fields to use for the join table. Only integral-type fields are
158
158
// / allowed.
159
159
// /
160
160
// / \return A pointer to the newly-created join table.
161
- static std::unique_ptr<RNTupleJoinTable> Create (const std::vector<std::string> &fieldNames );
161
+ static std::unique_ptr<RNTupleJoinTable> Create (const std::vector<std::string> &joinFieldNames );
162
162
163
163
// ///////////////////////////////////////////////////////////////////////////
164
164
// / \brief Add an entry mapping to the join table.
You can’t perform that action at this time.
0 commit comments