C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
ContextIface Class Referenceabstract

Abstract class that defines interface of modifier context. More...

Class Declaration

Member Function Documentation

virtual size_t getNumberOfTokens ( ) const
pure virtual

Gets the number of tokens available for the modifier.

Returns
The number of tokens
virtual services::StringView getToken ( size_t  index) const
pure virtual

Gets the token. One token corresponds to one delimiter-separated word in the row of CSV file

Parameters
[in]indexThe index of token
Returns
The corresponding token

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.