guessFieldTypeFromValue() function

guessFieldTypeFromValue() function

Given a value this will guess the best column type

NOTE: this is will try to see if string values can be mapped to other types (like number)

Signature

  1. export declare function guessFieldTypeFromValue(v: any): FieldType;

Import

  1. import { guessFieldTypeFromValue } from '@grafana/data';

Parameters

ParameterTypeDescription
vany

Returns:

FieldType