File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ struct SedonaCExecutionPlanArgs {
281281///
282282/// Before using this structure, the release callback MUST be checked.
283283/// Instances with a NULL release callback are not valid and must not be used.
284+ ///
285+ /// Members that accept const* self must be thread safe.
284286struct SedonaCExecutionPlan {
285287 /// \brief Get the schema associated with the output of this plan
286288 ///
@@ -342,6 +344,8 @@ struct SedonaCExecutionPlan {
342344///
343345/// Before using this structure, the release callback MUST be checked.
344346/// Instances with a NULL release callback are not valid and must not be used.
347+ ///
348+ /// Members that accept const* self must be thread safe.
345349struct SedonaCTableProvider {
346350 /// \brief Get the schema of this table provider
347351 ///
You can’t perform that action at this time.
0 commit comments