Structs§
- Column
Schema - Schema of a column, used as an immutable struct.
- Fulltext
Options - Fulltext options for a column.
- Skipping
Index Options - Skipping options for a column.
Enums§
- Column
ExtType - Column extended type set in column schema’s metadata.
- Fulltext
Analyzer - Fulltext analyzer.
- Fulltext
Backend - The backend of the fulltext index.
- Skipping
Index Type - Skip index types.
Constants§
- COLUMN_
FULLTEXT_ CHANGE_ OPT_ KEY_ ENABLE - Keys used in fulltext options
- COLUMN_
FULLTEXT_ OPT_ KEY_ ANALYZER - COLUMN_
FULLTEXT_ OPT_ KEY_ BACKEND - COLUMN_
FULLTEXT_ OPT_ KEY_ CASE_ SENSITIVE - COLUMN_
SKIPPING_ INDEX_ OPT_ KEY_ GRANULARITY - Keys used in SKIPPING index options
- COLUMN_
SKIPPING_ INDEX_ OPT_ KEY_ TYPE - COMMENT_
KEY - DEFAULT_
CONSTRAINT_ 🔒KEY - Key used to store default constraint in arrow field’s metadata.
- DEFAULT_
GRANULARITY - FULLTEXT_
KEY - Key used to store fulltext options in arrow field’s metadata.
- INVERTED_
INDEX_ KEY - Key used to store whether the column has inverted index in arrow field’s metadata.
- SKIPPING_
INDEX_ KEY - Key used to store skip options in arrow field’s metadata.
- TIME_
INDEX_ KEY - Key used to store whether the column is time index in arrow field’s metadata.