Constantsยง
- FULLTEXT_
GRPC_ ๐KEY - Key used to store fulltext options in gRPC column options.
- INVERTED_
INDEX_ ๐GRPC_ KEY - Key used to store inverted index options in gRPC column options.
- SKIPPING_
INDEX_ ๐GRPC_ KEY - Key used to store skip index options in gRPC column options.
Functionsยง
- as_
fulltext_ option_ analyzer - Tries to construct a
FulltextAnalyzerfrom the given analyzer. - as_
fulltext_ option_ backend - Tries to construct a
FulltextBackendfrom the given backend. - as_
skipping_ index_ type - Tries to construct a
SkippingIndexTypefrom the given skipping index type. - contains_
fulltext - Checks if the
ColumnOptionscontains fulltext options. - contains_
skipping - Checks if the
ColumnOptionscontains skipping index options. - options_
from_ column_ schema - Constructs a
ColumnOptionsfrom the givenColumnSchema. - options_
from_ fulltext - Tries to construct a
ColumnOptionsfrom the givenFulltextOptions. - options_
from_ inverted - Tries to construct a
ColumnOptionsfor inverted index. - options_
from_ skipping - Tries to construct a
ColumnOptionsfrom the givenSkippingIndexOptions. - try_
as_ column_ def - Tries to construct a
ColumnDeffrom the givenColumnSchema. - try_
as_ column_ schema - Tries to construct a
ColumnSchemafrom the givenColumnDef.