public static class SqlValidatorUtil.FlatAggregate extends Object
| Modifier and Type | Field and Description |
|---|---|
SqlCall |
aggregateCall |
@Nullable SqlCall |
distinctCall |
@Nullable SqlNodeList |
distinctList |
@Nullable SqlNode |
filter |
@Nullable SqlCall |
filterCall |
@Nullable SqlCall |
orderCall |
@Nullable SqlNodeList |
orderList |
public final SqlCall aggregateCall
public final @Nullable SqlCall filterCall
public final @Nullable SqlNode filter
public final @Nullable SqlCall distinctCall
public final @Nullable SqlNodeList distinctList
public final @Nullable SqlCall orderCall
public final @Nullable SqlNodeList orderList
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.