Endeca Presentation API
ExprFunction Class
NamespacesEndeca.Navigation.AnalyticsExprFunction
ExprFunction instances represent unary scalar function expressions.
Declaration Syntax
C#Visual BasicVisual C++
public class ExprFunction : IExpr, 
	IQueryNode
Public Class ExprFunction _
	Implements IExpr, IQueryNode
public ref class ExprFunction : IExpr, 
	IQueryNode
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
ExprFunctionExprFunctionNew(ExprFunction..::ExprFunctionOp, IExpr, Int32)
Creates a new ExprFunction of the specified subexpression subExpr.

static memberABS
Absolute value function.

static memberCEIL
Ceiling function.

static memberCOS
Cosine function.

static memberDATE
Date constant.

static memberDAY_OF_MONTH
Day-of-month constant.

static memberDAY_OF_WEEK
Day-of-week constant.

static memberDAY_OF_YEAR
Day-of-year constant.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
static memberEXP
Exponential function.

static memberEXTRACT
Date Extraction function.

Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
static memberFLOOR
Floor function.

Function
Gets and sets the function for this ExprFunction.

GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
static memberHOUR
Hour constant.

IExpr
Gets and sets the subexpression for this ExprFunction.

static memberLAG
Lag function.

static memberLEAD
Lead function.

static memberLN
Natural logarithm function.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberMINUTE
Minute constant.

static memberMONTH
Month constant.

static memberQUARTER
Quarter year constant.

static memberROUND
Round function.

static memberSECOND
Second constant.

static memberSIGN
Sign function.

static memberSIN
Sine function.

static memberSQRT
Square root function.

static memberTAN
Tangent function.

static memberTO_DURATION
Duration function.

ToString()()
Returns the string form of this ExprFunction.
(Overrides Object.ToString()().)
ToWire()()
Returns the wire form of this ExprFunction.

static memberTRUNC
Date Truncation function.

ValidateSyntax()()
Validates the syntax of this ExprFunction.

static memberWEEK
Week constant.

static memberYEAR
Year constant.

Inheritance Hierarchy
Object
ExprFunction

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0