Module sql_partition_spec

Module sql_partition_spec 

Source
Expand description

Specification for a view partition backed by a SQL query on the lakehouse.

Structs§

SqlPartitionSpec
A PartitionSpec implementation for SQL-defined partitions.

Functions§

fetch_sql_partition_spec
Fetches a SqlPartitionSpec by executing a count query and an extract query.