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 39e9470 commit 4884058Copy full SHA for 4884058
ydb/library/yql/public/udf/arrow/block_builder.h
@@ -55,7 +55,6 @@ class IScalarBuilder {
55
public:
56
virtual ~IScalarBuilder() = default;
57
virtual arrow::Datum Build(TBlockItem value) const = 0;
58
- virtual arrow::Datum Build(NUdf::TUnboxedValuePod value) const = 0;
59
};
60
61
inline std::shared_ptr<arrow::DataType> GetArrowType(const ITypeInfoHelper& typeInfoHelper, const TType* type) {
0 commit comments