aito.schema

Data structure for the Aito Database Schema

Classes

AitoAliasAnalyzerSchema(alias)

Aito AliasAnalyzer schema

AitoAnalyzerSchema(analyzer_type)

the base class for Aito Analyzer

AitoBooleanType()

param aito_dtype

the Aito data type

AitoCharNGramAnalyzerSchema(min_gram, max_gram)

Aito CharNGramAnalyzer schema

AitoColumnLink(linked_table_name, …)

param typ

the type of the schema component

AitoColumnTypeSchema(data_type, nullable, …)

Aito ColumnType schema

AitoDataTypeSchema(aito_dtype)

The base class for Aito DataType

AitoDatabaseSchema(tables, …)

Aito Database Schema

AitoDecimalType()

param aito_dtype

the Aito data type

AitoDelimiterAnalyzerSchema(delimiter, …)

Aito DelimiterAnalyzer schema

AitoIntType()

param aito_dtype

the Aito data type

AitoLanguageAnalyzerSchema(language, …)

Aito LanguageAnalyzer schema

AitoSchema(typ)

The base class for Aito schema component

AitoStringType()

param aito_dtype

the Aito data type

AitoTableSchema(columns, …)

Aito Table schema contains the columns and their schema

AitoTextType()

param aito_dtype

the Aito data type

AitoTokenNgramAnalyzerSchema(source, …)

Aito TokenNGramAnalyzer schema