
com.yahoo.elide.datastores.aggregation.query.DimensionProjection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elide-datastore-aggregation Show documentation
Show all versions of elide-datastore-aggregation Show documentation
Elide Data Store for Aggregation
The newest version!
/*
* Copyright 2019, Yahoo Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.datastores.aggregation.query;
/**
* Represents a projected dimension column as an alias in a query.
*/
public interface DimensionProjection extends ColumnProjection {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy