Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Options of ODBC data source. More...
Public Member Functions | |
def | unite |
def | __init__ |
def | getNumericTableAllocationFlag |
def | getDictionaryCreationFlag |
def __init__ | ( | self, | |
args | |||
) |
__init__(daal.data_management.ODBCDataSourceOptions self, daal.data_management.ODBCDataSourceOptions.Value flags) -> ODBCDataSourceOptions
def getDictionaryCreationFlag | ( | self | ) |
getDictionaryCreationFlag(ODBCDataSourceOptions self) -> daal.data_management.DataSource.DictionaryCreationFlag
def getNumericTableAllocationFlag | ( | self | ) |
getNumericTableAllocationFlag(ODBCDataSourceOptions self) -> daal.data_management.DataSource.NumericTableAllocationFlag
def unite | ( | lhs, | |
rhs | |||
) |
unite(daal.data_management.ODBCDataSourceOptions.Value const & lhs, daal.data_management.ODBCDataSourceOptions.Value const & rhs) -> daal.data_management.ODBCDataSourceOptions.Value
For more complete information about compiler optimizations, see our Optimization Notice.