Skip to content

Commit 4884058

Browse files
committed
remove unboxed value build from scalar builder
1 parent 39e9470 commit 4884058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/yql/public/udf/arrow/block_builder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class IScalarBuilder {
5555
public:
5656
virtual ~IScalarBuilder() = default;
5757
virtual arrow::Datum Build(TBlockItem value) const = 0;
58-
virtual arrow::Datum Build(NUdf::TUnboxedValuePod value) const = 0;
5958
};
6059

6160
inline std::shared_ptr<arrow::DataType> GetArrowType(const ITypeInfoHelper& typeInfoHelper, const TType* type) {

0 commit comments

Comments
 (0)