Module org.elasticsearch.xcore
Interface DataFrameAnalysis.FieldInfo
- Enclosing interface:
DataFrameAnalysis
public static interface DataFrameAnalysis.FieldInfo
Summarizes information about the fields that is necessary for analysis to generate
the parameters needed for the process configuration.
-
Method Summary
-
Method Details
-
getTypes
Returns the types for the given field ornullif the field is unknown- Parameters:
field- the field whose types to return- Returns:
- the types for the given field or
nullif the field is unknown
-
getCardinality
Returns the cardinality of the given field ornullif there is no cardinality for that field- Parameters:
field- the field whose cardinality to get- Returns:
- the cardinality of the given field or
nullif there is no cardinality for that field
-