public class Functions extends Object
function expressions.SQL,
Expressions,
Functions| Modifier and Type | Method and Description |
|---|---|
static SimpleFunction |
count(Collection<? extends Expression> columns)
Creates a new
COUNT function. |
static SimpleFunction |
count(Expression... columns)
Creates a new
COUNT function. |
public static SimpleFunction count(Expression... columns)
COUNT function.columns - columns to apply count, must not be null.count function for columns.public static SimpleFunction count(Collection<? extends Expression> columns)
COUNT function.columns - columns to apply count, must not be null.count function for columns.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.