Interface AbstractOracleTypeConvertersFactory.OracleSparseArrayFactory<A,T>

Type Parameters:
A - array type
T - Oracle VECTOR type
Enclosing class:
AbstractOracleTypeConvertersFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractOracleTypeConvertersFactory.OracleSparseArrayFactory<A,T>
Creates sparse native vectors from array values.
Since:
5.0.0
Author:
Nemanja Mikic
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int length, int[] indices, A values)
     
  • Method Details

    • create

      T create(int length, int[] indices, A values) throws Exception
      Parameters:
      length - dense vector length
      indices - sparse indices
      values - sparse values
      Returns:
      native vector
      Throws:
      Exception - if the driver rejects the values