Home
last modified time | relevance | path

Searched refs:ScalarKernel (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dfunction.h163 class ARROW_EXPORT ScalarFunction : public detail::FunctionImpl<ScalarKernel> {
165 using KernelType = ScalarKernel;
168 : detail::FunctionImpl<ScalarKernel>(std::move(name), Function::SCALAR, arity) {} in ScalarFunction()
178 Status AddKernel(ScalarKernel kernel);
184 virtual Result<const ScalarKernel*> DispatchExact(
H A Dcast.cc111 Status CastFunction::AddKernel(Type::type in_type_id, ScalarKernel kernel) { in AddKernel()
123 ScalarKernel kernel; in AddKernel()
135 Result<const ScalarKernel*> CastFunction::DispatchExact( in DispatchExact()
144 std::vector<const ScalarKernel*> candidate_kernels; in DispatchExact()
H A Dcast.h93 Status AddKernel(Type::type in_type_id, ScalarKernel kernel);
97 Result<const ScalarKernel*> DispatchExact(
H A Dfunction.cc111 Status ScalarFunction::AddKernel(ScalarKernel kernel) { in AddKernel()
120 Result<const ScalarKernel*> ScalarFunction::DispatchExact( in DispatchExact()
H A Dfunction_test.cc163 ScalarKernel non_va_kernel(std::make_shared<KernelSignature>(va_args, int8()), ExecNYI); in TEST()
167 ASSERT_OK_AND_ASSIGN(const ScalarKernel* kernel, va_func.DispatchExact(args)); in TEST()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dfunction.h251 class ARROW_EXPORT ScalarFunction : public detail::FunctionImpl<ScalarKernel> {
253 using KernelType = ScalarKernel;
257 : detail::FunctionImpl<ScalarKernel>(std::move(name), Function::SCALAR, arity, doc,
268 Status AddKernel(ScalarKernel kernel);
H A Dcast.cc131 Status CastFunction::AddKernel(Type::type in_type_id, ScalarKernel kernel) { in AddKernel()
143 ScalarKernel kernel; in AddKernel()
155 std::vector<const ScalarKernel*> candidate_kernels; in DispatchExact()
H A Dtype_fwd.h36 struct ScalarKernel;
H A Dfunction_benchmark.cc77 const auto& exec = static_cast<const ScalarKernel*>(cast_kernel)->exec; in BM_CastDispatchBaseline()
156 const auto& exec = static_cast<const ScalarKernel&>(*kernel).exec; in BM_ExecuteScalarKernelOnScalar()
H A Dcast.h97 Status AddKernel(Type::type in_type_id, ScalarKernel kernel);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dfunction.h296 class ARROW_EXPORT ScalarFunction : public detail::FunctionImpl<ScalarKernel> {
298 using KernelType = ScalarKernel;
302 : detail::FunctionImpl<ScalarKernel>(std::move(name), Function::SCALAR, arity, doc,
313 Status AddKernel(ScalarKernel kernel);
H A Dcast.cc159 Status CastFunction::AddKernel(Type::type in_type_id, ScalarKernel kernel) { in AddKernel()
171 ScalarKernel kernel; in AddKernel()
183 std::vector<const ScalarKernel*> candidate_kernels; in DispatchExact()
H A Dtype_fwd.h37 struct ScalarKernel;
H A Dfunction_benchmark.cc78 const auto& exec = static_cast<const ScalarKernel*>(cast_kernel)->exec; in BM_CastDispatchBaseline()
158 const auto& exec = static_cast<const ScalarKernel&>(*kernel).exec; in BM_ExecuteScalarKernelOnScalar()
H A Dcast.h93 Status AddKernel(Type::type in_type_id, ScalarKernel kernel);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_fill_null.cc195 void AddBasicFillNullKernels(ScalarKernel kernel, ScalarFunction* func) { in AddBasicFillNullKernels()
209 void AddBinaryFillNullKernels(ScalarKernel kernel, ScalarFunction* func) { in AddBinaryFillNullKernels()
229 ScalarKernel fill_null_base; in RegisterScalarFillNull()
H A Dscalar_compare.cc165 for (const ScalarKernel* kernel : func.kernels()) { in MakeFlippedFunction()
166 ScalarKernel flipped_kernel = *kernel; in MakeFlippedFunction()
H A Dscalar_set_lookup.cc367 void AddBasicSetLookupKernels(ScalarKernel kernel, in AddBasicSetLookupKernels()
455 ScalarKernel isin_base; in RegisterScalarSetLookup()
473 ScalarKernel index_in_base; in RegisterScalarSetLookup()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A D_compute.pyx62 cdef ScalarKernel kernel = ScalarKernel.__new__(ScalarKernel)
92 cdef class ScalarKernel(Kernel): class
100 return ("ScalarKernel<{}>"
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_set_lookup.cc270 void AddBasicSetLookupKernels(ScalarKernel kernel, in AddBasicSetLookupKernels()
299 ScalarKernel isin_base; in RegisterScalarSetLookup()
314 ScalarKernel match_base; in RegisterScalarSetLookup()
H A Dscalar_cast_internal.cc80 ScalarKernel kernel; in AddZeroCopyCast()
H A Dscalar_cast_nested.cc58 ScalarKernel kernel; in AddListCast()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_nested.cc155 ScalarKernel kernel{std::move(sig), std::move(scalar_exec)}; in AddListElementArrayKernels()
176 ScalarKernel kernel{std::move(sig), std::move(scalar_exec)}; in AddListElementScalarKernels()
306 ScalarKernel kernel{KernelSignature::Make({InputType{}}, OutputType{MakeStructResolve}, in RegisterScalarNested()
H A Dscalar_compare.cc285 for (const ScalarKernel* kernel : func.kernels()) { in MakeFlippedFunction()
286 ScalarKernel flipped_kernel = *kernel; in MakeFlippedFunction()
452 ScalarKernel kernel{KernelSignature::Make({ty}, ty, /*is_varargs=*/true), exec, in MakeScalarMinMax()
460 ScalarKernel kernel{KernelSignature::Make({ty}, ty, /*is_varargs=*/true), exec, in MakeScalarMinMax()
H A Dscalar_set_lookup.cc404 void AddBasicSetLookupKernels(ScalarKernel kernel, in AddBasicSetLookupKernels()
493 ScalarKernel isin_base; in RegisterScalarSetLookup()
511 ScalarKernel index_in_base; in RegisterScalarSetLookup()

123