data_lake_configuration.h File Reference

Data lake configuration module header file. More...

Include dependency graph for data_lake_configuration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  data_lake_configuration_t
 

Functions

MCL_LOCAL mcl_error_t data_lake_configuration_validate (data_lake_configuration_t *configuration)
 

Detailed Description

Data lake configuration module header file.

Definition in file data_lake_configuration.h.

Function Documentation

MCL_LOCAL mcl_error_t data_lake_configuration_validate ( data_lake_configuration_t configuration)

This function checks whether all mandatory parameters of a data lake configuration are set or not.

Parameters
[in]configurationData lake configuration to validate.
Returns

Definition at line 91 of file data_lake_configuration.c.

References data_lake_configuration_t::core, MCL_DEBUG_ENTRY, MCL_DEBUG_LEAVE, MCL_INVALID_PARAMETER, MCL_NULL, and MCL_OK.

Referenced by mcl_data_lake_initialize().

Here is the caller graph for this function: