cudf Directory Reference

Directories

Files

file  aggregation.hpp [code]
 Representation for specifying desired aggregations from aggregation-based APIs, e.g., groupby, reductions, rolling, etc.
 
file  binaryop.hpp [code]
 Column APIs for binary ops.
 
file  concatenate.hpp [code]
 Concatenate columns APIs.
 
file  contiguous_split.hpp [code]
 Table APIs for contiguous_split, pack, unpack, and metadata.
 
file  copying.hpp [code]
 Column APIs for gather, scatter, split, slice, etc.
 
file  datetime.hpp [code]
 DateTime column APIs.
 
file  errc.hpp [code]
 
file  filling.hpp [code]
 Column APIs for fill, repeat, and sequence.
 
file  groupby.hpp [code]
 Class definitions for grouping and aggregating values within groups of rows.
 
file  hashing.hpp [code]
 APIs for computing hash values of columns and tables using various hash algorithms.
 
file  interop.hpp [code]
 APIs for converting between cudf tables and DLPack tensors.
 
file  merge.hpp [code]
 APIs for merging a set of sorted tables into a single sorted table.
 
file  null_mask.hpp [code]
 APIs for managing validity bitmasks.
 
file  packed_types.hpp [code]
 Packed table and column types for serialization.
 
file  partitioning.hpp [code]
 Column partitioning APIs.
 
file  quantiles.hpp [code]
 APIs for computing quantiles and percentiles of columns and tables.
 
file  reduction.hpp [code]
 APIs for computing reductions and scans over columns.
 
file  replace.hpp [code]
 APIs for replacing null and specified values within columns.
 
file  reshape.hpp [code]
 Column APIs for interleave and tile.
 
file  rolling.hpp [code]
 APIs for computing rolling window aggregations over columns.
 
file  round.hpp [code]
 Column APIs for round.
 
file  search.hpp [code]
 Column APIs for lower_bound, upper_bound, and contains.
 
file  sorting.hpp [code]
 Column APIs for sort and rank.
 
file  stream_compaction.hpp [code]
 Column APIs for filtering rows.
 
file  transform.hpp [code]
 Column APIs for transforming rows.
 
file  transpose.hpp [code]
 APIs for transposing a table.
 
file  types.hpp [code]
 Type declarations for libcudf.
 
file  unary.hpp [code]
 Column APIs for unary ops.