All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arcadedb.query.select.SelectRuntimeValue Maven / Gradle / Ivy

There is a newer version: 24.11.1
Show newest version
package com.arcadedb.query.select;

import com.arcadedb.database.Document;

/**
 * @author Luca Garulli ([email protected])
 */
public interface SelectRuntimeValue {

  Object eval(final Document record);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy