Column Transformation#
- group Transformation
Contents:
- Transformation Unaryops
- Transformation Binaryops
binary_op_common_type_t
binary_operator
binary_operation()
binary_operation()
binary_operation()
binary_operation()
binary_operation_fixed_point_scale()
binary_operation_fixed_point_output_type()
binary_op_has_common_type_v
cudf::binary_op_common_type
cudf::binary_op_common_type< L, R, std::enable_if_t< has_common_type_v< L, R > > >
cudf::binary_op_common_type< L, R, std::enable_if_t< is_fixed_point< L >() &&cuda::std::is_floating_point_v< R > > >
cudf::binary_op_common_type< L, R, std::enable_if_t< is_fixed_point< R >() &&cuda::std::is_floating_point_v< L > > >
- Transformation Transform
- Transformation Replace
- Transformation Fill