Skip to content

TypeMathType🔗

Definition🔗

type TypeMathType string
const (
    TypeMathTypeNone TypeMathType = ""
    TypeMathTypeTimeseriesWide TypeMathType = "timeseries-wide"
    TypeMathTypeTimeseriesLong TypeMathType = "timeseries-long"
    TypeMathTypeTimeseriesMany TypeMathType = "timeseries-many"
    TypeMathTypeTimeseriesMulti TypeMathType = "timeseries-multi"
    TypeMathTypeDirectoryListing TypeMathType = "directory-listing"
    TypeMathTypeTable TypeMathType = "table"
    TypeMathTypeNumericWide TypeMathType = "numeric-wide"
    TypeMathTypeNumericMulti TypeMathType = "numeric-multi"
    TypeMathTypeNumericLong TypeMathType = "numeric-long"
    TypeMathTypeLogLines TypeMathType = "log-lines"
)