public static class Selectable.WithFunction.Raw extends java.lang.Object implements Selectable.Raw
Constructor and Description |
---|
Raw(FunctionName functionName,
java.util.List<Selectable.Raw> args) |
Modifier and Type | Method and Description |
---|---|
static Selectable.WithFunction.Raw |
newCountRowsFunction() |
static Selectable.WithFunction.Raw |
newNegation(Selectable.Raw arg) |
static Selectable.WithFunction.Raw |
newOperation(char operator,
Selectable.Raw left,
Selectable.Raw right) |
Selectable |
prepare(TableMetadata table) |
public Raw(FunctionName functionName, java.util.List<Selectable.Raw> args)
public static Selectable.WithFunction.Raw newCountRowsFunction()
public static Selectable.WithFunction.Raw newOperation(char operator, Selectable.Raw left, Selectable.Raw right)
public static Selectable.WithFunction.Raw newNegation(Selectable.Raw arg)
public Selectable prepare(TableMetadata table)
prepare
in interface Selectable.Raw
Copyright © 2009- The Apache Software Foundation