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

io.deephaven.chunk.attributes.Values Maven / Gradle / Ivy

The newest version!
//
// Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
//
package io.deephaven.chunk.attributes;

import io.deephaven.chunk.Chunk;

/**
 * Attribute that specifies that a {@link Chunk} contains individual values.
 */
public interface Values extends Any {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy