init(columns:estimator:)
Creates a select operation with an estimator.
Declaration
init(columns: [String], estimator: Estimator)Parameters
- columns:
An array of columns.
- estimator:
An estimator.
Creates a select operation with an estimator.
init(columns: [String], estimator: Estimator)An array of columns.
An estimator.