public class CurrentDateMemberExactUdf extends CurrentDateMemberUdf
CurrentDateMember
. Arguments to the
function are as follows:
CurrentDateMember(<Hierarchy>, <FormatString>)
returns <Member>
The function returns the member from the specified hierarchy that matches
the current date, to the granularity specified by the <FormatString>.
The format string conforms to the format string implemented by
Format
.UserDefinedFunction.Argument
Constructor and Description |
---|
CurrentDateMemberExactUdf() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a description of the user-defined function.
|
Type[] |
getParameterTypes()
Returns an array of the types of the parameters of this function.
|
String[] |
getReservedWords()
Returns a list of reserved words used by this function.
|
execute, getName, getReturnType, getSyntax
public String getDescription()
UserDefinedFunction
getDescription
in interface UserDefinedFunction
getDescription
in class CurrentDateMemberUdf
public Type[] getParameterTypes()
UserDefinedFunction
getParameterTypes
in interface UserDefinedFunction
getParameterTypes
in class CurrentDateMemberUdf
public String[] getReservedWords()
UserDefinedFunction
getReservedWords
in interface UserDefinedFunction
getReservedWords
in class CurrentDateMemberUdf
Copyright © 2018 Hitachi Vantara. All rights reserved.