You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}).optional().description('The configuration for the slicer.')
352
352
}).description('How to resolve constants, constraints, cells, ...'),
353
353
abstractInterpretation: Joi.object({
354
-
dataFrame: Joi.object({
355
-
maxColNames: Joi.number().min(0).description('The maximum number of columns names to infer for data frames before over-approximating the column names to top.'),
356
-
wideningThreshold: Joi.number().min(1).description('The threshold for the number of visitations of a node at which widening should be performed to ensure the termination of the fixpoint iteration.'),
357
-
readLoadedData: Joi.object({
354
+
wideningThreshold: Joi.number().min(1).description('The threshold for the number of visitations of a node at which widening should be performed to ensure the termination of the fixpoint iteration.'),
355
+
dataFrame: Joi.object({
356
+
maxColNames: Joi.number().min(0).description('The maximum number of columns names to infer for data frames before over-approximating the column names to top.'),
357
+
readLoadedData: Joi.object({
358
358
readExternalFiles: Joi.boolean().description('Whether data frame shapes should be extracted from loaded external files, such as CSV files.'),
359
359
maxReadLines: Joi.number().min(1).description('The maximum number of lines to read when extracting data frame shapes from loaded files, such as CSV files.')
360
360
}).description('Configuration options for reading data frame shapes from loaded external data files, such as CSV files.')
0 commit comments