Interface BaseTableProjectionSchema

All Superinterfaces:
ProjectionSchema
All Known Implementing Classes:
RollupTableProjectionSchema, TableProjectionSchema

public interface BaseTableProjectionSchema extends ProjectionSchema
Druid table schema expressed as a ProjectionSchema, this can be thought of as the super-projection that all other projections of the table are built from.
See Also: