Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Static Public Attributes | List of all members
DataSource.NumericTableAllocationFlag Class Reference

Static Public Attributes

static final NumericTableAllocationFlag NotAllocateNumericTable
 
static final NumericTableAllocationFlag DoAllocateNumericTable
 

Detailed Description

Specifies whether the Numeric Table is allocated inside of the Data Source object

Member Data Documentation

◆ DoAllocateNumericTable

final NumericTableAllocationFlag DoAllocateNumericTable
static
Initial value:
= new NumericTableAllocationFlag(
_doAllocateNumericTable)

Allocates Numeric Table when needed

◆ NotAllocateNumericTable

final NumericTableAllocationFlag NotAllocateNumericTable
static
Initial value:
= new NumericTableAllocationFlag(
_notAllocateNumericTable)

Does not allocate Numeric Table automatically


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

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