Structs§
- Dictionary
- Field
- Lance Schema Field
- Logical
Type - LogicalType is a string presentation of arrow type. to be serialized into protobuf.
- Projection
- A projection is a selection of fields in a schema
- Schema
- Lance Schema.
- Schema
Compare Options
Enums§
- Blob
Handling - Specifies how to handle blob columns when projecting
- Blob
Version - Blob column format version.
- Encoding
- Encoding enum.
- Field
Ref - Reference to a field in a schema, either by ID or by path.
- Nullability
Comparison - OnMissing
- What to do when a column is missing in the schema
- OnType
Mismatch - What to do on a merge operation if the types of the fields don’t match
Constants§
Statics§
- BLOB_
DESC_ FIELD - BLOB_
DESC_ FIELDS - BLOB_
DESC_ LANCE_ FIELD - BLOB_
DESC_ TYPE - BLOB_
V2_ DESC_ FIELD - BLOB_
V2_ DESC_ FIELDS - BLOB_
V2_ DESC_ LANCE_ FIELD - BLOB_
V2_ DESC_ TYPE
Traits§
- Projectable
- A trait for something that we can project fields from.
Functions§
- escape_
field_ path_ for_ project - Escape a field path for project
- format_
field_ path - Format a field path, quoting field names that contain dots or backticks.
- lance_
supports_ nulls - Returns true if Lance supports writing this datatype with nulls.
- parse_
field_ path - Parse a field path that may contain quoted field names.