RatePerMicroBatchProvider¶
RatePerMicroBatchProvider
is a SimpleTableProvider
(Spark SQL).
DataSourceRegister¶
RatePerMicroBatchProvider
is a DataSourceRegister
(Spark SQL) that registers rate-micro-batch
alias.
Creating Table¶
getTable(
options: CaseInsensitiveStringMap): Table
getTable
creates a RatePerMicroBatchTable with the options (given the CaseInsensitiveStringMap
).
getTable
is part of the SimpleTableProvider
(Spark SQL) abstraction.