We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453842 commit 9dab95cCopy full SHA for 9dab95c
src/flight_service/do_get.rs
@@ -212,7 +212,7 @@ fn flight_stream_from_record_batch_stream(
212
213
// Collects metrics from the provided stage and encodes it into a stream of flight data using
214
// the schema of the stage.
215
-pub fn collect_and_create_metrics_flight_data(
+fn collect_and_create_metrics_flight_data(
216
stage_key: StageKey,
217
stage: Arc<StageExec>,
218
) -> Result<impl Stream<Item = Result<FlightData, FlightError>> + Send + 'static, FlightError> {
0 commit comments