Skip to content

add clob/blob locators to support their parameter values #3087

add clob/blob locators to support their parameter values

add clob/blob locators to support their parameter values #3087

Triggered via push January 28, 2025 11:09
Status Failure
Total duration 14m 14s
Artifacts

ci-build.yml

on: push
Matrix: Build

Annotations

1 error and 6 warnings
modernize-pass-by-value: include/jogasaki/blob_locator.h#L41
pass by value and use std::move
performance-unnecessary-value-param: include/jogasaki/blob_locator.h#L42
parameter 'path' is passed by value and only copied once; consider moving it to avoid unnecessary copies
modernize-pass-by-value: include/jogasaki/clob_locator.h#L41
pass by value and use std::move
performance-unnecessary-value-param: include/jogasaki/clob_locator.h#L42
parameter 'path' is passed by value and only copied once; consider moving it to avoid unnecessary copies
performance-unnecessary-value-param: src/jogasaki/plan/parameter_set.cpp#L144
parameter 'value' is passed by value and only copied once; consider moving it to avoid unnecessary copies
performance-unnecessary-value-param: src/jogasaki/plan/parameter_set.cpp#L153
parameter 'value' is passed by value and only copied once; consider moving it to avoid unnecessary copies