io.deephaven.engine.table.impl.sources.RowKeyAgnosticChunkSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-engine-table Show documentation
Show all versions of deephaven-engine-table Show documentation
Engine Table: Implementation and closely-coupled utilities
/**
* Copyright (c) 2016-2023 Deephaven Data Labs and Patent Pending
*/
package io.deephaven.engine.table.impl.sources;
import io.deephaven.chunk.attributes.Any;
/**
* This is a marker interface for chunk sources that are agnostic of the row key when evaluating the value for a given
* row key.
*/
public interface RowKeyAgnosticChunkSource extends FillUnordered {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy