File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
ydb/public/sdk/cpp/client/ydb_value Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -2823,30 +2823,6 @@ TDerived& TValueBuilderBase<TDerived>::Interval(i64 value) {
2823
2823
return static_cast <TDerived&>(*this );
2824
2824
}
2825
2825
2826
- template <typename TDerived>
2827
- TDerived& TValueBuilderBase<TDerived>::Date32(const i32 value) {
2828
- Impl_->Date32 (value);
2829
- return static_cast <TDerived&>(*this );
2830
- }
2831
-
2832
- template <typename TDerived>
2833
- TDerived& TValueBuilderBase<TDerived>::Datetime64(const i64 value) {
2834
- Impl_->Datetime64 (value);
2835
- return static_cast <TDerived&>(*this );
2836
- }
2837
-
2838
- template <typename TDerived>
2839
- TDerived& TValueBuilderBase<TDerived>::Timestamp64(const i64 value) {
2840
- Impl_->Timestamp64 (value);
2841
- return static_cast <TDerived&>(*this );
2842
- }
2843
-
2844
- template <typename TDerived>
2845
- TDerived& TValueBuilderBase<TDerived>::Interval64(const i64 value) {
2846
- Impl_->Interval64 (value);
2847
- return static_cast <TDerived&>(*this );
2848
- }
2849
-
2850
2826
template <typename TDerived>
2851
2827
TDerived& TValueBuilderBase<TDerived>::TzDate(const TString& value) {
2852
2828
Impl_->TzDate (value);
You can’t perform that action at this time.
0 commit comments