fhir-py
fhir-py copied to clipboard
Add support for offset in SparkRunner
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.