ConstantsΒ§
- DUMMY_
COLUMN π
FunctionsΒ§
- args_
to_ πvector - Try to cast the arguments to vectors by functionβs signature.
- try_
get_ πdata_ type_ for_ sql_ value - Try to infer the data type from sql value.
- value_
to_ πvector - Build a
VectorRef
fromValue
- values_
to_ πvectors_ by_ exact_ types - Try to cast sql values to vectors by exact data types.
- values_
to_ πvectors_ by_ valid_ types - Try to cast sql values to vectors by valid data types.