fhir-py icon indicating copy to clipboard operation
fhir-py copied to clipboard

Add support for offset in SparkRunner

Open michealharrington opened this issue 5 months ago • 0 comments

This commit adds support for the offset parameter in the to_sql and to_dataframe methods of the SparkRunner class. The offset parameter allows users to specify the number of rows to skip before returning the results. The offset value must be a non-negative integer.

michealharrington avatar Sep 04 '24 19:09 michealharrington