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
FulltextAnalyzer
from the given analyzer. - as_
fulltext_ option_ backend - Tries to construct a
FulltextBackend
from the given backend. - as_
skipping_ index_ type - Tries to construct a
SkippingIndexType
from the given skipping index type. - contains_
fulltext - Checks if the
ColumnOptions
contains fulltext options. - contains_
skipping - Checks if the
ColumnOptions
contains skipping index options. - options_
from_ column_ schema - Constructs a
ColumnOptions
from the givenColumnSchema
. - options_
from_ fulltext - Tries to construct a
ColumnOptions
from the givenFulltextOptions
. - options_
from_ inverted - Tries to construct a
ColumnOptions
for inverted index. - options_
from_ skipping - Tries to construct a
ColumnOptions
from the givenSkippingIndexOptions
. - try_
as_ column_ schema - Tries to construct a
ColumnSchema
from the givenColumnDef
.