Skip to content

Commit e4e83a2

Browse files
committed
docs for safety
1 parent 3244dec commit e4e83a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

c/sedona-extension/src/sedona_extension.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
284286
struct 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.
345349
struct SedonaCTableProvider {
346350
/// \brief Get the schema of this table provider
347351
///

0 commit comments

Comments
 (0)