Skip to content

Commit

Permalink
SWIG: expose OLCFastWriteArrowBatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 17, 2024
1 parent 7b62950 commit 6b4cc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swig/include/ogr.i
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ typedef void retGetPoints;
%constant char *OLCZGeometries = "ZGeometries";
%constant char *OLCRename = "Rename";
%constant char *OLCFastGetArrowStream = "FastGetArrowStream";
%constant char *OLCFastWriteArrowBatch = "FastWriteArrowBatch";

%constant char *ODsCCreateLayer = "CreateLayer";
%constant char *ODsCDeleteLayer = "DeleteLayer";
Expand Down Expand Up @@ -568,6 +569,7 @@ typedef int OGRErr;
#define OLCZGeometries "ZGeometries"
#define OLCRename "Rename"
#define OLCFastGetArrowStream "FastGetArrowStream"
#define OLCFastWriteArrowBatch "FastWriteArrowBatch"

#define ODsCCreateLayer "CreateLayer"
#define ODsCDeleteLayer "DeleteLayer"
Expand Down

0 comments on commit 6b4cc47

Please sign in to comment.