Skip to content

Commit

Permalink
* NEW [parquet] change parquet_find_data_span_packets interface.
Browse files Browse the repository at this point in the history
Signed-off-by: xinyi-xs <lihj@emqx.io>
  • Loading branch information
xinyi-xs committed Jun 11, 2024
1 parent 26627e8 commit be76e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nng/supplemental/nanolib/parquet.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ parquet_data_packet *parquet_find_data_packet(conf_parquet *conf, char *filename

parquet_data_packet **parquet_find_data_packets(conf_parquet *conf, char **filenames, uint64_t *keys, uint32_t len);

parquet_data_packet **parquet_find_data_span_packets(conf_parquet *conf, char **filenames, uint32_t len, uint64_t start_key, uint64_t end_key);
parquet_data_packet **parquet_find_data_span_packets(conf_parquet *conf, uint64_t start_key, uint64_t end_key, uint32_t *size);

#ifdef __cplusplus
}
Expand Down

0 comments on commit be76e45

Please sign in to comment.