| Package | Description |
|---|---|
| org.apache.hive.hplsql | |
| org.apache.hive.hplsql.functions |
| Modifier and Type | Method and Description |
|---|---|
HplsqlParser.Expr_spec_funcContext |
HplsqlParser.expr_spec_func() |
HplsqlParser.Expr_spec_funcContext |
HplsqlParser.ExprContext.expr_spec_func() |
HplsqlParser.Expr_spec_funcContext |
HplsqlParser.Expr_concat_itemContext.expr_spec_func() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDatetime.currentDate(HplsqlParser.Expr_spec_funcContext ctx)
CURRENT_DATE
|
void |
FunctionDatetime.currentDateSql(HplsqlParser.Expr_spec_funcContext ctx)
CURRENT_DATE in executable SQL statement
|
void |
FunctionDatetime.currentTimestamp(HplsqlParser.Expr_spec_funcContext ctx)
CURRENT_TIMESTAMP
|
void |
FunctionDatetime.currentTimestampSql(HplsqlParser.Expr_spec_funcContext ctx)
CURRENT_TIMESTAMP in executable SQL statement
|
void |
BuiltinFunctions.execCurrentDate(HplsqlParser.Expr_spec_funcContext ctx)
Get the current date
|
void |
BuiltinFunctions.execMaxPartDate(HplsqlParser.Expr_spec_funcContext ctx)
Execute MAX_PART_DATE function
|
void |
BuiltinFunctions.execMaxPartInt(HplsqlParser.Expr_spec_funcContext ctx)
Execute MAX_PART_INT function
|
void |
BuiltinFunctions.execMaxPartString(HplsqlParser.Expr_spec_funcContext ctx)
Execute MAX_PART_STRING function
|
void |
BuiltinFunctions.execMinMaxPart(HplsqlParser.Expr_spec_funcContext ctx,
Var.Type type,
boolean max)
Execute MIN or MAX partition function
|
void |
BuiltinFunctions.execMinPartDate(HplsqlParser.Expr_spec_funcContext ctx)
Execute MIN_PART_DATE function
|
void |
BuiltinFunctions.execMinPartInt(HplsqlParser.Expr_spec_funcContext ctx)
Execute MIN_PART_INT function
|
void |
BuiltinFunctions.execMinPartString(HplsqlParser.Expr_spec_funcContext ctx)
Execute MIN_PART_STRING function
|
void |
BuiltinFunctions.execPartLoc(HplsqlParser.Expr_spec_funcContext ctx)
Execute PART_LOC function
|
void |
FunctionMisc.partCount(HplsqlParser.Expr_spec_funcContext ctx)
PART_COUNT function
|
void |
BuiltinFunctions.specExec(HplsqlParser.Expr_spec_funcContext ctx)
Execute a special function
|
void |
BuiltinFunctions.specExecSql(HplsqlParser.Expr_spec_funcContext ctx)
Execute a special function in executable SQL statement
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.