Text

class felis.types.Text

Bases: FelisType

Felis definition of text type.

Attributes Summary

felis_name

Name of the type as defined in the Felis schema.

is_numeric

Flag indicating if the type is numeric.

is_sized

Flag indicating if the type is sized, meaning it requires a length.

is_timestamp

Flag indicating if the type is a timestamp.

votable_name

Name of the type as defined in VOTable.

Attributes Documentation

felis_name: str = 'text'

Name of the type as defined in the Felis schema.

is_numeric: bool = False

Flag indicating if the type is numeric.

is_sized: bool = False

Flag indicating if the type is sized, meaning it requires a length.

is_timestamp: bool = False

Flag indicating if the type is a timestamp.

votable_name: str = 'char'

Name of the type as defined in VOTable.