Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ai.velr - package ai.velr
-
Java and Kotlin bindings for the embedded Velr property-graph database.
- ALREADY_CURRENT - Enum constant in enum class ai.velr.MigrationStatus
-
The database schema already matches the runtime.
- arrayAddress() - Method in class ai.velr.ArrowColumn
-
Return the array address for the first chunk.
- arrayAddress() - Method in class ai.velr.ArrowColumn.Chunk
-
Return the ArrowArray struct address.
- arrayAddress(int) - Method in class ai.velr.ArrowColumn
-
Return the array address for a chunk.
- ArrowColumn - Class in ai.velr
-
One Arrow C Data Interface column to bind under a logical table name.
- ArrowColumn.Chunk - Class in ai.velr
-
One Arrow C Data Interface chunk in a column.
- asBoolean() - Method in class ai.velr.Cell
-
Return this cell as a boolean.
- asBoolean() - Method in class ai.velr.VelrValue
-
Return this value as a boolean.
- asBytes() - Method in class ai.velr.Cell
-
Return the raw byte payload for text and JSON cells.
- asBytes() - Method in class ai.velr.VelrValue
-
Return this value as bytes.
- asDateText() - Method in class ai.velr.VelrValue
-
Return this date value as canonical text.
- asDouble() - Method in class ai.velr.Cell
-
Return this cell as a double.
- asDouble() - Method in class ai.velr.VelrValue
-
Return this value as a double.
- asDurationText() - Method in class ai.velr.VelrValue
-
Return this duration value as canonical text.
- asGeographyGeoJson() - Method in class ai.velr.VelrValue
-
Return this geography value as canonical GeoJSON.
- asGeometryGeoJson() - Method in class ai.velr.VelrValue
-
Return this geometry value as canonical GeoJSON.
- asListJson() - Method in class ai.velr.VelrValue
-
Return this list value as canonical JSON.
- asLocalDateTimeText() - Method in class ai.velr.VelrValue
-
Return this local-datetime value as canonical text.
- asLocalTimeText() - Method in class ai.velr.VelrValue
-
Return this local-time value as canonical text.
- asLong() - Method in class ai.velr.Cell
-
Return this cell as a signed 64-bit integer.
- asLong() - Method in class ai.velr.VelrValue
-
Return this value as a 64-bit integer.
- asObject() - Method in class ai.velr.Cell
-
Convert this cell to a simple Java value.
- asObject() - Method in class ai.velr.VelrValue
-
Return the Java-native value for simple kinds.
- asPointGeoJson() - Method in class ai.velr.VelrValue
-
Return this point value as canonical GeoJSON.
- asString() - Method in class ai.velr.Cell
-
Return this text or JSON cell as a string.
- asString() - Method in class ai.velr.VelrValue
-
Return this value as a string.
- asVectorJson() - Method in class ai.velr.VelrValue
-
Return this vector value as canonical JSON.
- asZonedDateTimeText() - Method in class ai.velr.VelrValue
-
Return this zoned-datetime value as canonical text.
- asZonedTimeText() - Method in class ai.velr.VelrValue
-
Return this zoned-time value as canonical text.
B
- beginTx() - Method in class ai.velr.Velr
-
Begin an explicit transaction.
- bindArrow(String, ArrowColumn...) - Method in class ai.velr.Velr
-
Bind single-chunk Arrow C Data Interface columns as a logical table.
- bindArrow(String, ArrowColumn...) - Method in class ai.velr.VelrTx
-
Bind single-chunk Arrow C Data Interface columns as a logical table within this transaction.
- bindArrow(String, List<ArrowColumn>) - Method in class ai.velr.Velr
-
Bind single-chunk Arrow C Data Interface columns as a logical table.
- bindArrow(String, List<ArrowColumn>) - Method in class ai.velr.VelrTx
-
Bind single-chunk Arrow C Data Interface columns as a logical table within this transaction.
- bindArrowChunks(String, ArrowColumn...) - Method in class ai.velr.Velr
-
Bind chunked Arrow C Data Interface columns as a logical table.
- bindArrowChunks(String, ArrowColumn...) - Method in class ai.velr.VelrTx
-
Bind chunked Arrow C Data Interface columns as a logical table within this transaction.
- bindArrowChunks(String, List<ArrowColumn>) - Method in class ai.velr.Velr
-
Bind chunked Arrow C Data Interface columns as a logical table.
- bindArrowChunks(String, List<ArrowColumn>) - Method in class ai.velr.VelrTx
-
Bind chunked Arrow C Data Interface columns as a logical table within this transaction.
- bindArrowIpc(String, byte[]) - Method in class ai.velr.Velr
-
Bind Arrow IPC file / Feather v2 bytes as a logical table.
- bindArrowIpc(String, byte[]) - Method in class ai.velr.VelrTx
-
Bind Arrow IPC file / Feather v2 bytes as a logical table within this transaction.
- BLOB - Enum constant in enum class ai.velr.VectorStorageType
-
Binary blob storage.
- BLOB - Enum constant in enum class ai.velr.VelrStorageType
-
Binary blob storage.
- bool(boolean) - Static method in class ai.velr.Cell
-
Create a boolean cell.
- bool(boolean) - Static method in class ai.velr.VelrValue
-
Create a Velr boolean value.
- BOOL - Enum constant in enum class ai.velr.CellType
-
Boolean value.
- BOOL - Enum constant in enum class ai.velr.VectorValueType
-
Boolean value.
- BOOL - Enum constant in enum class ai.velr.VelrValueType
-
Boolean value.
- build() - Method in class ai.velr.QueryOptions.Builder
-
Build immutable query options.
- builder() - Static method in class ai.velr.QueryOptions
-
Create a query-options builder.
- Builder() - Constructor for class ai.velr.QueryOptions.Builder
-
Create an empty query-options builder.
- bytes() - Method in class ai.velr.VectorEmbeddingField
-
Return raw text or blob storage bytes when available.
- bytes(byte[], String, String) - Static method in class ai.velr.VelrValue
-
Create a Velr bytes value.
- BYTES - Enum constant in enum class ai.velr.VectorValueType
-
Binary value.
- BYTES - Enum constant in enum class ai.velr.VelrValueType
-
Binary value.
C
- canonical(VelrValueType, VelrStorageType, String, String, byte[]) - Static method in class ai.velr.VelrValue
-
Create a non-scalar Velr value from canonical renderings.
- cData(String, long, long) - Static method in class ai.velr.ArrowColumn
-
Create a column from Arrow C Data Interface struct addresses.
- Cell - Class in ai.velr
-
One value returned by a Velr result table.
- CellType - Enum Class in ai.velr
-
Runtime kind of a value returned in a Velr result row.
- chunk(long, long) - Static method in class ai.velr.ArrowColumn
-
Create one Arrow C Data Interface chunk from struct addresses.
- chunkCount() - Method in class ai.velr.ArrowColumn
-
Return the number of Arrow chunks in this column.
- chunks() - Method in class ai.velr.ArrowColumn
-
Return the immutable chunk list.
- chunks(String, ArrowColumn.Chunk...) - Static method in class ai.velr.ArrowColumn
-
Create a chunked column from Arrow C Data Interface struct addresses.
- chunks(String, List<ArrowColumn.Chunk>) - Static method in class ai.velr.ArrowColumn
-
Create a chunked column from Arrow C Data Interface struct addresses.
- close() - Method in class ai.velr.ExplainTrace
-
Close this explain trace.
- close() - Method in class ai.velr.Rows
-
Close this cursor.
- close() - Method in class ai.velr.Savepoint
-
Close this savepoint handle.
- close() - Method in class ai.velr.Stream
-
Close this stream and any open tables produced by it.
- close() - Method in class ai.velr.StreamTx
-
Close this stream and any open tables produced by it.
- close() - Method in class ai.velr.Table
-
Close this table and any open row cursors owned by it.
- close() - Method in class ai.velr.Velr
-
Close this connection and any still-open child handles.
- close() - Method in class ai.velr.VelrTx
-
Close this transaction without committing it.
- collect() - Method in class ai.velr.Table
-
Collect all rows into JVM-owned memory.
- columnCount() - Method in class ai.velr.Table
-
Return the number of columns in this result table.
- columnNames() - Method in class ai.velr.Table
-
Return result column names in order.
- commit() - Method in class ai.velr.VelrTx
-
Commit this transaction.
- compact() - Method in class ai.velr.ExplainTrace
-
Return the compact textual trace.
- currentSchemaVersion() - Method in class ai.velr.Velr
-
Return the schema version supported by the bundled Velr runtime.
D
- DATE - Enum constant in enum class ai.velr.VectorValueType
-
Calendar date value.
- DATE - Enum constant in enum class ai.velr.VelrValueType
-
Calendar date value.
- defaults() - Static method in class ai.velr.QueryOptions
-
Return default query options.
- dimensions() - Method in class ai.velr.VectorEmbeddingInput
-
Return the number of dimensions the embedder must produce.
- display() - Method in class ai.velr.VectorEmbeddingField
-
Return the display rendering suitable for text embedders.
- display() - Method in class ai.velr.VelrValue
-
Return the display rendering suitable for text embedders and logs.
- DOUBLE - Enum constant in enum class ai.velr.CellType
-
Double-precision floating-point value.
- DOUBLE - Enum constant in enum class ai.velr.VectorStorageType
-
Double-precision floating-point storage.
- DOUBLE - Enum constant in enum class ai.velr.VectorValueType
-
Double-precision floating-point value.
- DOUBLE - Enum constant in enum class ai.velr.VelrStorageType
-
Double-precision floating-point storage.
- DOUBLE - Enum constant in enum class ai.velr.VelrValueType
-
Double-precision floating-point value.
- doubleValue(double) - Static method in class ai.velr.Cell
-
Create a floating-point cell.
- doubleValue(double) - Static method in class ai.velr.VelrValue
-
Create a Velr double value.
- DURATION - Enum constant in enum class ai.velr.VectorValueType
-
Duration value.
- DURATION - Enum constant in enum class ai.velr.VelrValueType
-
Duration value.
E
- embed(List<VectorEmbeddingInput>) - Method in interface ai.velr.VectorEmbedder
-
Embed a batch of vector inputs.
- entityId() - Method in class ai.velr.VectorEmbeddingInput
-
Return the graph entity identifier for index-maintenance inputs.
- entityKind() - Method in class ai.velr.VectorEmbeddingInput
-
Return the graph entity kind for index-maintenance inputs.
- exec(String) - Method in class ai.velr.Velr
-
Execute an openCypher statement and stream every result table it produces.
- exec(String) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement inside this transaction and stream every result table it produces.
- exec(String, QueryOptions) - Method in class ai.velr.Velr
-
Execute an openCypher statement with query options and stream every result table it produces.
- exec(String, QueryOptions) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement with query options inside this transaction and stream every result table it produces.
- execOne(String) - Method in class ai.velr.Velr
-
Execute an openCypher statement that is expected to produce exactly one result table.
- execOne(String) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement inside this transaction that is expected to produce exactly one result table.
- execOne(String, QueryOptions) - Method in class ai.velr.Velr
-
Execute an openCypher statement with query options that is expected to produce exactly one result table.
- execOne(String, QueryOptions) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement with query options inside this transaction that is expected to produce exactly one result table.
- explain(String) - Method in class ai.velr.Velr
-
Build an execution plan for an openCypher statement.
- explainAnalyze(String) - Method in class ai.velr.Velr
-
Execute and profile an openCypher statement, returning the resulting explain trace.
- ExplainTrace - Class in ai.velr
-
Explain or explain-analyze trace returned by Velr.
F
- fields() - Method in class ai.velr.VectorEmbeddingInput
-
Fields in the index source order.
- fromNative(String) - Static method in exception ai.velr.VelrException
-
Convert the current native error into a Java exception.
- fromVersion() - Method in class ai.velr.MigrationReport
-
Return the schema version observed before migration.
G
- GEOGRAPHY - Enum constant in enum class ai.velr.VectorValueType
-
Geography value.
- GEOGRAPHY - Enum constant in enum class ai.velr.VelrValueType
-
Geography value.
- GEOMETRY - Enum constant in enum class ai.velr.VectorValueType
-
Geometry value.
- GEOMETRY - Enum constant in enum class ai.velr.VelrValueType
-
Geometry value.
I
- INDEX_ENTITY - Enum constant in enum class ai.velr.VectorEmbeddingPurpose
-
Embedding source values from a graph entity for index maintenance.
- indexName() - Method in class ai.velr.VectorEmbeddingInput
-
Return the vector index name requesting the embedding.
- int64(long) - Static method in class ai.velr.Cell
-
Create a signed 64-bit integer cell.
- int64(long) - Static method in class ai.velr.VelrValue
-
Create a Velr 64-bit integer value.
- INT64 - Enum constant in enum class ai.velr.CellType
-
Signed 64-bit integer value.
- INT64 - Enum constant in enum class ai.velr.VectorStorageType
-
64-bit integer storage.
- INT64 - Enum constant in enum class ai.velr.VectorValueType
-
64-bit integer value.
- INT64 - Enum constant in enum class ai.velr.VelrStorageType
-
64-bit integer storage.
- INT64 - Enum constant in enum class ai.velr.VelrValueType
-
64-bit integer value.
- isClosed() - Method in class ai.velr.Savepoint
-
Return whether this savepoint handle is closed or inactive.
- isClosed() - Method in class ai.velr.Velr
-
Return whether this connection has been closed.
- isClosed() - Method in class ai.velr.VelrTx
-
Return whether this transaction has been closed, committed, or rolled back.
- isNull() - Method in class ai.velr.VelrValue
-
Return whether this value is the Velr
nullvalue. - isSpatial() - Method in class ai.velr.VelrValue
-
Return whether this value is one of Velr's spatial types.
- isTemporal() - Method in class ai.velr.VelrValue
-
Return whether this value is one of Velr's temporal types.
- iterator() - Method in class ai.velr.Rows
-
Return an iterator over remaining rows.
- iterator() - Method in class ai.velr.Stream
-
Return an iterator over remaining result tables.
- iterator() - Method in class ai.velr.StreamTx
-
Return an iterator over remaining result tables.
J
- json(byte[]) - Static method in class ai.velr.Cell
-
Create a JSON cell from UTF-8 bytes.
- JSON - Enum constant in enum class ai.velr.CellType
-
UTF-8 canonical JSON rendering of a richer Cypher value.
L
- LIST - Enum constant in enum class ai.velr.VectorValueType
-
List value.
- LIST - Enum constant in enum class ai.velr.VelrValueType
-
List value.
- LOCAL_DATETIME - Enum constant in enum class ai.velr.VectorValueType
-
Local date-time value without a time zone.
- LOCAL_DATETIME - Enum constant in enum class ai.velr.VelrValueType
-
Local date-time value without a time zone.
- LOCAL_TIME - Enum constant in enum class ai.velr.VectorValueType
-
Local time value without a time zone.
- LOCAL_TIME - Enum constant in enum class ai.velr.VelrValueType
-
Local time value without a time zone.
M
- maxResultRows() - Method in class ai.velr.QueryOptions
-
Return the row cap for each result table.
- maxResultRows(long) - Method in class ai.velr.QueryOptions.Builder
-
Set the maximum number of rows returned by each result table.
- maxResultRows(long) - Static method in class ai.velr.QueryOptions
-
Create options that cap rows returned by each result table.
- maxResultRows(Long) - Method in class ai.velr.QueryOptions.Builder
-
Set the maximum number of rows returned by each result table.
- migrate() - Method in class ai.velr.Velr
-
Migrate the database schema to the version supported by the bundled Velr runtime.
- MIGRATED - Enum constant in enum class ai.velr.MigrationStatus
-
One or more migration steps were applied.
- MigrationReport - Class in ai.velr
-
Result of an explicit Velr schema migration check or migration run.
- MigrationReport(int, int, MigrationStatus, List<String>) - Constructor for class ai.velr.MigrationReport
-
Create a migration report.
- MigrationStatus - Enum Class in ai.velr
-
Outcome of an explicit Velr schema migration.
N
- name() - Method in class ai.velr.ArrowColumn
-
Return the column name exposed to Cypher.
- name() - Method in class ai.velr.VectorEmbeddingField
-
Return the property name for indexed entity values.
- needsMigration() - Method in class ai.velr.Velr
-
Return whether the database should be migrated before normal use.
- next() - Method in class ai.velr.Rows
-
Fetch the next row.
- nextTable() - Method in class ai.velr.Stream
-
Pull the next result table.
- nextTable() - Method in class ai.velr.StreamTx
-
Pull the next result table.
- NODE - Enum constant in enum class ai.velr.VectorEntityKind
-
A node entity.
- NULL - Enum constant in enum class ai.velr.CellType
-
Null value.
- NULL - Enum constant in enum class ai.velr.VectorStorageType
-
Null storage.
- NULL - Enum constant in enum class ai.velr.VectorValueType
-
Velr null value.
- NULL - Enum constant in enum class ai.velr.VelrStorageType
-
Null storage.
- NULL - Enum constant in enum class ai.velr.VelrValueType
-
Velr null value.
- nullValue() - Static method in class ai.velr.Cell
-
Create a null cell.
- nullValue() - Static method in class ai.velr.VelrValue
-
Create the Velr
nullvalue.
O
- open() - Static method in class ai.velr.Velr
-
Open an in-memory Velr database.
- open(String) - Static method in class ai.velr.Velr
-
Open a Velr database.
- openReadonly(String) - Static method in class ai.velr.Velr
-
Open an existing Velr database in read-only mode.
P
- param(String, Object) - Method in class ai.velr.QueryOptions.Builder
-
Add or replace one query parameter.
- params() - Method in class ai.velr.QueryOptions
-
Return bound openCypher parameters.
- params(Map<String, ?>) - Method in class ai.velr.QueryOptions.Builder
-
Add query parameters from a map.
- POINT - Enum constant in enum class ai.velr.VectorValueType
-
Point value.
- POINT - Enum constant in enum class ai.velr.VelrValueType
-
Point value.
- purpose() - Method in class ai.velr.VectorEmbeddingInput
-
Return why Velr is requesting this embedding.
Q
- query(String) - Method in class ai.velr.Velr
-
Execute an openCypher statement and collect the single result table as object maps.
- query(String) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement inside this transaction and collect the single result table as object maps.
- query(String, QueryOptions) - Method in class ai.velr.Velr
-
Execute an openCypher statement with query options and collect the single result table as object maps.
- query(String, QueryOptions) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement with query options inside this transaction and collect the single result table as object maps.
- QUERY - Enum constant in enum class ai.velr.VectorEmbeddingPurpose
-
Embedding a query payload supplied to db.index.vector.queryNodes.
- QueryOptions - Class in ai.velr
-
Query execution options for bounded result previews and Cypher parameter binding.
- QueryOptions.Builder - Class in ai.velr
-
Builder for
QueryOptions.
R
- registerChild(ChildHandle) - Method in class ai.velr.Stream
-
Driver-internal child-handle registration method.
- registerChild(ChildHandle) - Method in class ai.velr.StreamTx
-
Driver-internal child-handle registration method.
- registerChild(ChildHandle) - Method in class ai.velr.Table
-
Driver-internal child-handle registration method.
- registerChild(ChildHandle) - Method in class ai.velr.Velr
-
Driver-internal child-handle registration hook.
- registerChild(ChildHandle) - Method in class ai.velr.VelrTx
-
Driver-internal child-handle registration hook.
- registerVectorEmbedder(String, VectorEmbedder) - Method in class ai.velr.Velr
-
Register a named vector embedding callback.
- RELATIONSHIP - Enum constant in enum class ai.velr.VectorEntityKind
-
A relationship entity.
- release() - Method in class ai.velr.Savepoint
-
Release this savepoint and keep changes made after it.
- releaseSavepoint(String) - Method in class ai.velr.VelrTx
-
Release an active named savepoint.
- rollback() - Method in class ai.velr.Savepoint
-
Roll back to this savepoint and release it.
- rollback() - Method in class ai.velr.VelrTx
-
Roll back this transaction.
- rollbackTo(String) - Method in class ai.velr.VelrTx
-
Roll back this transaction to an active named savepoint.
- rows() - Method in class ai.velr.Table
-
Open a streaming row cursor for this table.
- Rows - Class in ai.velr
-
Streaming row cursor for a result table.
- run(VelrTx) - Method in interface ai.velr.TransactionCallback
-
Execute work using an open transaction.
- run(String) - Method in class ai.velr.Velr
-
Execute an openCypher statement and discard any result tables.
- run(String) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement inside this transaction and discard any result tables.
- run(String, QueryOptions) - Method in class ai.velr.Velr
-
Execute an openCypher statement with query options and discard any result tables.
- run(String, QueryOptions) - Method in class ai.velr.VelrTx
-
Execute an openCypher statement with query options inside this transaction and discard any result tables.
S
- savepoint() - Method in class ai.velr.VelrTx
-
Create a scoped savepoint.
- Savepoint - Class in ai.velr
-
Transaction savepoint handle.
- savepointNamed(String) - Method in class ai.velr.VelrTx
-
Create a named savepoint.
- schemaAddress() - Method in class ai.velr.ArrowColumn.Chunk
-
Return the ArrowSchema struct address.
- schemaAddress() - Method in class ai.velr.ArrowColumn
-
Return the schema address for the first chunk.
- schemaAddress(int) - Method in class ai.velr.ArrowColumn
-
Return the schema address for a chunk.
- schemaVersion() - Method in class ai.velr.Velr
-
Return the schema version stored in the database file.
- status() - Method in class ai.velr.MigrationReport
-
Return the migration outcome.
- steps() - Method in class ai.velr.MigrationReport
-
Return the migration steps applied by Velr.
- storageBytes() - Method in class ai.velr.VelrValue
-
Return the raw TEXT or BLOB storage payload when the native storage representation has one.
- storageType() - Method in class ai.velr.VectorEmbeddingField
-
Return the underlying storage kind used for exact reconstruction.
- storageType() - Method in class ai.velr.VelrValue
-
Return the underlying storage kind used for exact reconstruction.
- Stream - Class in ai.velr
-
Streaming result-table handle returned by
Velr.exec(String). - StreamTx - Class in ai.velr
-
Streaming result-table handle returned by
VelrTx.exec(String). - string(String) - Static method in class ai.velr.VelrValue
-
Create a Velr string value.
- STRING - Enum constant in enum class ai.velr.VectorValueType
-
UTF-8 string value.
- STRING - Enum constant in enum class ai.velr.VelrValueType
-
UTF-8 string value.
T
- Table - Class in ai.velr
-
One result table returned by a query.
- text() - Method in class ai.velr.VectorEmbeddingInput
-
Join field display strings with newlines.
- text(byte[]) - Static method in class ai.velr.Cell
-
Create a text cell from UTF-8 bytes.
- TEXT - Enum constant in enum class ai.velr.CellType
-
UTF-8 text value.
- TEXT - Enum constant in enum class ai.velr.VectorStorageType
-
UTF-8 text storage.
- TEXT - Enum constant in enum class ai.velr.VelrStorageType
-
UTF-8 text storage.
- toArrowIpc() - Method in class ai.velr.Table
-
Export this result table as Arrow IPC file bytes.
- toCompactString() - Method in class ai.velr.ExplainTrace
-
Return the compact textual trace.
- toMaps() - Method in class ai.velr.Table
-
Collect all rows as maps keyed by column name.
- toString() - Method in class ai.velr.Cell
-
Return a string representation of the Java value.
- toString() - Method in class ai.velr.VelrValue
-
Return the display rendering of this value.
- toVersion() - Method in class ai.velr.MigrationReport
-
Return the schema version expected by this runtime.
- transaction(TransactionCallback<T>) - Method in class ai.velr.Velr
-
Run a callback inside a transaction.
- TransactionCallback<T> - Interface in ai.velr
-
Callback run inside a Velr transaction.
- type() - Method in class ai.velr.Cell
-
Return the cell kind.
- type() - Method in class ai.velr.VelrValue
-
Return the public Velr value kind.
U
- unregisterChild(ChildHandle) - Method in class ai.velr.Stream
-
Driver-internal child-handle unregistration method.
- unregisterChild(ChildHandle) - Method in class ai.velr.StreamTx
-
Driver-internal child-handle unregistration method.
- unregisterChild(ChildHandle) - Method in class ai.velr.Table
-
Driver-internal child-handle unregistration method.
- unregisterChild(ChildHandle) - Method in class ai.velr.Velr
-
Driver-internal child-handle registration hook.
- unregisterChild(ChildHandle) - Method in class ai.velr.VelrTx
-
Driver-internal child-handle registration hook.
V
- value() - Method in class ai.velr.VectorEmbeddingField
-
Java rendering of the value.
- valueJson() - Method in class ai.velr.VectorEmbeddingField
-
Return the canonical JSON rendering of the Velr value.
- valueJson() - Method in class ai.velr.VelrValue
-
Return the canonical JSON rendering of the Velr value.
- valueOf(String) - Static method in enum class ai.velr.CellType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.MigrationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.VectorEmbeddingPurpose
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.VectorEntityKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.VectorStorageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.VectorValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.VelrStorageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ai.velr.VelrValueType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ai.velr.CellType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.MigrationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.VectorEmbeddingPurpose
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.VectorEntityKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.VectorStorageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.VectorValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.VelrStorageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ai.velr.VelrValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType() - Method in class ai.velr.VectorEmbeddingField
-
Return the typed Velr value kind.
- VECTOR - Enum constant in enum class ai.velr.VectorValueType
-
Vector value.
- VECTOR - Enum constant in enum class ai.velr.VelrValueType
-
Vector value.
- VectorEmbedder - Interface in ai.velr
-
Callback used by Velr vector indexes to produce embeddings.
- VectorEmbeddingField - Class in ai.velr
-
One Velr property value passed to a vector embedding callback.
- VectorEmbeddingInput - Class in ai.velr
-
One source row or query payload passed to a registered vector embedding callback.
- VectorEmbeddingPurpose - Enum Class in ai.velr
-
Why Velr is requesting vectors from a registered embedder.
- VectorEntityKind - Enum Class in ai.velr
-
Graph entity kind for vector embedding inputs.
- VectorStorageType - Enum Class in ai.velr
-
SQLite-compatible storage kind for exact vector field reconstruction.
- VectorValueType - Enum Class in ai.velr
-
Public Velr property value kind passed to a vector embedding callback.
- Velr - Class in ai.velr
-
Synchronous embedded Velr database connection.
- VelrException - Exception in ai.velr
-
Base unchecked exception raised by the Velr Java/Kotlin driver.
- VelrException(String) - Constructor for exception ai.velr.VelrException
-
Create a Velr exception with a message.
- VelrException(String, Throwable) - Constructor for exception ai.velr.VelrException
-
Create a Velr exception with a message and cause.
- VelrStorageType - Enum Class in ai.velr
-
SQLite-compatible storage kind used for exact Velr property reconstruction.
- VelrTx - Class in ai.velr
-
Explicit Velr transaction.
- velrValue() - Method in class ai.velr.VectorEmbeddingField
-
Return the typed Velr property value.
- VelrValue - Class in ai.velr
-
One typed Velr property value.
- VelrValueType - Enum Class in ai.velr
-
Public Velr property value kind.
W
- withParam(String, Object) - Method in class ai.velr.QueryOptions
-
Return a copy of these options with one additional parameter.
- withParams(Map<String, ?>) - Method in class ai.velr.QueryOptions
-
Return a copy of these options with additional parameters.
Z
- ZONED_DATETIME - Enum constant in enum class ai.velr.VectorValueType
-
Date-time value with zone information.
- ZONED_DATETIME - Enum constant in enum class ai.velr.VelrValueType
-
Date-time value with zone information.
- ZONED_TIME - Enum constant in enum class ai.velr.VectorValueType
-
Time value with zone information.
- ZONED_TIME - Enum constant in enum class ai.velr.VelrValueType
-
Time value with zone information.
All Classes and Interfaces|All Packages|Serialized Form