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, getSyntaxpublic String getDescription()
UserDefinedFunctiongetDescription in interface UserDefinedFunctiongetDescription in class CurrentDateMemberUdfpublic Type[] getParameterTypes()
UserDefinedFunctiongetParameterTypes in interface UserDefinedFunctiongetParameterTypes in class CurrentDateMemberUdfpublic String[] getReservedWords()
UserDefinedFunctiongetReservedWords in interface UserDefinedFunctiongetReservedWords in class CurrentDateMemberUdfCopyright © 2021 Hitachi Vantara. All rights reserved.