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

tech.ytsaurus.client.operations.Spec Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.client.operations;

import tech.ytsaurus.client.TransactionalClient;
import tech.ytsaurus.lang.NonNullApi;
import tech.ytsaurus.ysontree.YTreeBuilder;


/**
 * Base interface for specs. Allow to create spec as a yson.
 */
@NonNullApi
public interface Spec {
    YTreeBuilder prepare(YTreeBuilder builder, TransactionalClient yt, SpecPreparationContext specPreparationContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy