atoti.directquery.external_table module# class atoti.ExternalTable# Table of an external database. property name: str# Name of the table. Return type str table_id: atoti._directquery_core.external_table_id.ExternalTableId# The ID of the table. types: Mapping[str, Literal['boolean', 'double', 'double[]', 'float', 'float[]', 'int', 'int[]', 'LocalDate', 'LocalDateTime', 'LocalTime', 'long', 'long[]', 'Object', 'Object[]', 'String', 'ZonedDateTime']]# Mapping from the name of each column to their type.