@eagleoutice/flowr - v2.13.15
Preparing search index...
src/linter/rules/dataframe-access-validation
DATA_FRAME_ACCESS_VALIDATION
Variable DATA_FRAME_ACCESS_VALIDATION
Const
DATA_FRAME_ACCESS_VALIDATION
:
{
createSearch
:
()
=>
FlowrSearchBuilder
<
"all"
,
[
]
,
ParentInformation
,
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
,
>
;
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{
readLoadedData
:
false
}
;
description
:
"Validates the existence of accessed columns and rows of dataframes."
;
name
:
"Dataframe Access Validation"
;
tags
:
readonly
[
Bug
,
Usability
,
Reproducibility
]
;
}
;
prettyPrint
:
{
full
:
(
result
:
DataFrameAccessValidationResult
)
=>
string
;
query
:
(
result
:
DataFrameAccessValidationResult
)
=>
string
;
}
;
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
config
:
DataFrameAccessValidationConfig
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
".meta"
:
DataFrameAccessValidationMetadata
;
results
:
(...)
[]
}
,
>
;
}
= ...
Type Declaration
Readonly
createSearch
:
()
=>
FlowrSearchBuilder
<
"all"
,
[
]
,
ParentInformation
,
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
,
>
Readonly
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{
readLoadedData
:
false
}
;
description
:
"Validates the existence of accessed columns and rows of dataframes."
;
name
:
"Dataframe Access Validation"
;
tags
:
readonly
[
Bug
,
Usability
,
Reproducibility
]
;
}
Readonly
prettyPrint
:
{
full
:
(
result
:
DataFrameAccessValidationResult
)
=>
string
;
query
:
(
result
:
DataFrameAccessValidationResult
)
=>
string
;
}
Readonly
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
config
:
DataFrameAccessValidationConfig
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
".meta"
:
DataFrameAccessValidationMetadata
;
results
:
(...)
[]
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.15
Loading...