summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/bindings/py_cast.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-06 13:26:25 +0300
committervvvv <[email protected]>2025-10-06 14:06:25 +0300
commiteca8ce9cb1613d5c983185c4e43c20651a9638aa (patch)
tree61ee5ae779948e61af9a7691d19eaa2c09869121 /yql/essentials/udfs/common/python/bindings/py_cast.h
parent4adf7eecae16a9b228b28cc5f64c27ef69ad5ec2 (diff)
YQL-20086 udfs
init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
Diffstat (limited to 'yql/essentials/udfs/common/python/bindings/py_cast.h')
-rw-r--r--yql/essentials/udfs/common/python/bindings/py_cast.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/yql/essentials/udfs/common/python/bindings/py_cast.h b/yql/essentials/udfs/common/python/bindings/py_cast.h
index e6850c74040..5dc4182ae91 100644
--- a/yql/essentials/udfs/common/python/bindings/py_cast.h
+++ b/yql/essentials/udfs/common/python/bindings/py_cast.h
@@ -20,26 +20,26 @@ template <typename T>
TPyObjectPtr ToPyUnicode(const T& value);
TPyObjectPtr ToPyObject(
- const TPyCastContext::TPtr& ctx,
- const NKikimr::NUdf::TType* type,
- const NKikimr::NUdf::TUnboxedValuePod& value);
+ const TPyCastContext::TPtr& ctx,
+ const NKikimr::NUdf::TType* type,
+ const NKikimr::NUdf::TUnboxedValuePod& value);
NKikimr::NUdf::TUnboxedValue FromPyObject(
- const TPyCastContext::TPtr& ctx,
- const NKikimr::NUdf::TType* type,
- PyObject* value);
+ const TPyCastContext::TPtr& ctx,
+ const NKikimr::NUdf::TType* type,
+ PyObject* value);
TPyObjectPtr ToPyArgs(
- const TPyCastContext::TPtr& ctx,
- const NKikimr::NUdf::TType* type,
- const NKikimr::NUdf::TUnboxedValuePod* args,
- const NKikimr::NUdf::TCallableTypeInspector& inspector);
+ const TPyCastContext::TPtr& ctx,
+ const NKikimr::NUdf::TType* type,
+ const NKikimr::NUdf::TUnboxedValuePod* args,
+ const NKikimr::NUdf::TCallableTypeInspector& inspector);
void FromPyArgs(
- const TPyCastContext::TPtr& ctx,
- const NKikimr::NUdf::TType* type,
- PyObject* pyArgs,
- NKikimr::NUdf::TUnboxedValue* cArgs,
- const NKikimr::NUdf::TCallableTypeInspector& inspector);
+ const TPyCastContext::TPtr& ctx,
+ const NKikimr::NUdf::TType* type,
+ PyObject* pyArgs,
+ NKikimr::NUdf::TUnboxedValue* cArgs,
+ const NKikimr::NUdf::TCallableTypeInspector& inspector);
-} // namspace NPython
+} // namespace NPython