blob: 8442e44eee4b30bcdcc14d43d7acbc73546e8661 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include <contrib/libs/apache/arrow/cpp/src/arrow/compute/api.h>
namespace cp = ::arrow::compute;
namespace NKikimr::NArrow {
cp::FunctionRegistry* GetCustomFunctionRegistry();
cp::ExecContext* GetCustomExecContext();
}
|