| 命名空间 | 类型定义 | 函数
dictionary.hpp 文件参考
» » 字典

字典列的具体类型定义。 更多...

#include <cudf/types.hpp>
#include <cuda_runtime.h>
#include <limits>

查看此文件的源代码。

struct  cudf::dictionary_wrapper< IndexType >
 一个强类型的包装器,用于 DICTIONARY 类型列中的索引。 更多...
 

命名空间

 cudf
 cuDF 接口
 

类型定义

using cudf::dictionary32 = dictionary_wrapper< int32_t >
 32位整数索引的字典包装器
 

函数

template<typename Integer >
CUDF_HOST_DEVICE bool cudf::operator== (dictionary_wrapper< Integer > const &lhs, dictionary_wrapper< Integer > const &rhs)
 等于运算符,用于 dictionary_wrapper更多...
 
template<typename Integer >
CUDF_HOST_DEVICE bool cudf::operator!= (dictionary_wrapper< Integer > const &lhs, dictionary_wrapper< Integer > const &rhs)
 不等于运算符,用于 dictionary_wrapper更多...
 
template<typename Integer >
CUDF_HOST_DEVICE bool cudf::operator<= (dictionary_wrapper< Integer > const &lhs, dictionary_wrapper< Integer > const &rhs)
 小于或等于运算符,用于 dictionary_wrapper更多...
 
template<typename Integer >
CUDF_HOST_DEVICE bool cudf::operator>= (dictionary_wrapper< Integer > const &lhs, dictionary_wrapper< Integer > const &rhs)
 大于或等于运算符,用于 dictionary_wrapper更多...
 
template<typename Integer >
constexpr CUDF_HOST_DEVICE bool cudf::operator< (dictionary_wrapper< Integer > const &lhs, dictionary_wrapper< Integer > const &rhs)
 小于运算符,用于 dictionary_wrapper更多...
 
template<typename Integer >
CUDF_HOST_DEVICE bool cudf::operator> (dictionary_wrapper< Integer > const &lhs, dictionary_wrapper< Integer > const &rhs)
 大于运算符,用于 dictionary_wrapper更多...
 

详细描述

字典列的具体类型定义。

文件定义于 dictionary.hpp