Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Feb 15, 2025
1 parent 0b21deb commit 463f05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/duckdb/src/table/duckdb-table-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export function getGeometryColumns(columns: DuckDBColumnDesc[]): string[] {

/**
* Sets the GeoArrow WKB extension metadata for columns of type GEOMETRY in an Arrow table.
* @param {arrow.Table} table The Apache Arrow table whose schema fields will be modified.
* @param {DuckDBColumnDesc[]} columns An array of column descriptors from a DuckDB table.
* @param table The Apache Arrow table whose schema fields will be modified.
* @param columns An array of column descriptors from a DuckDB table.
*/
export function setGeoArrowWKBExtension(table: arrow.Table, columns: DuckDBColumnDesc[]) {
table.schema.fields.forEach(field => {
Expand Down

0 comments on commit 463f05a

Please sign in to comment.