Skip to content

Commit

Permalink
Update tiledb/api/c_api/query_field/query_field_api_external_experime…
Browse files Browse the repository at this point in the history
…ntal.h

Co-authored-by: Beka Davis <[email protected]>
  • Loading branch information
rroelke and bekadavis9 authored Nov 19, 2024
1 parent a128278 commit 4fb6ce6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,9 @@ TILEDB_EXPORT capi_return_t tiledb_field_cell_val_num(
* tiledb_field_get_nullable(ctx, attr, &nullable);
* @endcode
*
* @param ctx The TileDB context.
* @param field The query field handle
* @param nullable Output argument, non-zero for nullable and zero
* for non-nullable.
* @param[in] ctx The TileDB context.
* @param[in] field The query field handle
* @param[out] nullable Non-zero if `field` is nullable, and zero otherwise
* @return `TILEDB_OK` for success and `TILEDB_ERR` for error.
*/
TILEDB_EXPORT capi_return_t tiledb_field_get_nullable(
Expand Down

0 comments on commit 4fb6ce6

Please sign in to comment.