org.apache.hadoop.hive.metastore.api.Function.setCreateTimeIsSet()方法的使用及代码示例

x33g5p2x  于2022-01-19 转载在 其他  
字(5.2k)|赞(0)|评价(0)|浏览(104)

本文整理了Java中org.apache.hadoop.hive.metastore.api.Function.setCreateTimeIsSet()方法的一些代码示例,展示了Function.setCreateTimeIsSet()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Function.setCreateTimeIsSet()方法的具体详情如下:
包路径:org.apache.hadoop.hive.metastore.api.Function
类名称:Function
方法名:setCreateTimeIsSet

Function.setCreateTimeIsSet介绍

暂无

代码示例

代码示例来源:origin: apache/hive

public void setCreateTime(int createTime) {
 this.createTime = createTime;
 setCreateTimeIsSet(true);
}

代码示例来源:origin: apache/hive

@Override
public void clear() {
 this.functionName = null;
 this.dbName = null;
 this.className = null;
 this.ownerName = null;
 this.ownerType = null;
 setCreateTimeIsSet(false);
 this.createTime = 0;
 this.functionType = null;
 this.resourceUris = null;
 this.catName = null;
}

代码示例来源:origin: apache/hive

public Function(
 String functionName,
 String dbName,
 String className,
 String ownerName,
 PrincipalType ownerType,
 int createTime,
 FunctionType functionType,
 List<ResourceUri> resourceUris)
{
 this();
 this.functionName = functionName;
 this.dbName = dbName;
 this.className = className;
 this.ownerName = ownerName;
 this.ownerType = ownerType;
 this.createTime = createTime;
 setCreateTimeIsSet(true);
 this.functionType = functionType;
 this.resourceUris = resourceUris;
}

代码示例来源:origin: apache/hive

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.createTime = iprot.readI32();
 struct.setCreateTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);

代码示例来源:origin: apache/hive

struct.setCreateTimeIsSet(true);

代码示例来源:origin: org.apache.hive/hive-standalone-metastore

public void setCreateTime(int createTime) {
 this.createTime = createTime;
 setCreateTimeIsSet(true);
}

代码示例来源:origin: org.spark-project.hive/hive-metastore

@Override
public void clear() {
 this.functionName = null;
 this.dbName = null;
 this.className = null;
 this.ownerName = null;
 this.ownerType = null;
 setCreateTimeIsSet(false);
 this.createTime = 0;
 this.functionType = null;
 this.resourceUris = null;
}

代码示例来源:origin: com.facebook.presto.hive/hive-apache

@Override
public void clear() {
 this.functionName = null;
 this.dbName = null;
 this.className = null;
 this.ownerName = null;
 this.ownerType = null;
 setCreateTimeIsSet(false);
 this.createTime = 0;
 this.functionType = null;
 this.resourceUris = null;
}

代码示例来源:origin: org.spark-project.hive/hive-metastore

public void setCreateTime(int createTime) {
 this.createTime = createTime;
 setCreateTimeIsSet(true);
}

代码示例来源:origin: com.facebook.presto.hive/hive-apache

public void setCreateTime(int createTime) {
 this.createTime = createTime;
 setCreateTimeIsSet(true);
}

代码示例来源:origin: org.apache.hive/hive-standalone-metastore

@Override
public void clear() {
 this.functionName = null;
 this.dbName = null;
 this.className = null;
 this.ownerName = null;
 this.ownerType = null;
 setCreateTimeIsSet(false);
 this.createTime = 0;
 this.functionType = null;
 this.resourceUris = null;
 this.catName = null;
}

代码示例来源:origin: org.apache.hive/hive-standalone-metastore

public Function(
 String functionName,
 String dbName,
 String className,
 String ownerName,
 PrincipalType ownerType,
 int createTime,
 FunctionType functionType,
 List<ResourceUri> resourceUris)
{
 this();
 this.functionName = functionName;
 this.dbName = dbName;
 this.className = className;
 this.ownerName = ownerName;
 this.ownerType = ownerType;
 this.createTime = createTime;
 setCreateTimeIsSet(true);
 this.functionType = functionType;
 this.resourceUris = resourceUris;
}

代码示例来源:origin: com.facebook.presto.hive/hive-apache

public Function(
 String functionName,
 String dbName,
 String className,
 String ownerName,
 PrincipalType ownerType,
 int createTime,
 FunctionType functionType,
 List<ResourceUri> resourceUris)
{
 this();
 this.functionName = functionName;
 this.dbName = dbName;
 this.className = className;
 this.ownerName = ownerName;
 this.ownerType = ownerType;
 this.createTime = createTime;
 setCreateTimeIsSet(true);
 this.functionType = functionType;
 this.resourceUris = resourceUris;
}

代码示例来源:origin: org.spark-project.hive/hive-metastore

public Function(
 String functionName,
 String dbName,
 String className,
 String ownerName,
 PrincipalType ownerType,
 int createTime,
 FunctionType functionType,
 List<ResourceUri> resourceUris)
{
 this();
 this.functionName = functionName;
 this.dbName = dbName;
 this.className = className;
 this.ownerName = ownerName;
 this.ownerType = ownerType;
 this.createTime = createTime;
 setCreateTimeIsSet(true);
 this.functionType = functionType;
 this.resourceUris = resourceUris;
}

代码示例来源:origin: com.facebook.presto.hive/hive-apache

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.createTime = iprot.readI32();
 struct.setCreateTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);

代码示例来源:origin: org.apache.hive/hive-standalone-metastore

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.createTime = iprot.readI32();
 struct.setCreateTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);

代码示例来源:origin: org.spark-project.hive/hive-metastore

if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
 struct.createTime = iprot.readI32();
 struct.setCreateTimeIsSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);

代码示例来源:origin: org.spark-project.hive/hive-metastore

struct.setCreateTimeIsSet(true);

代码示例来源:origin: org.apache.hive/hive-standalone-metastore

struct.setCreateTimeIsSet(true);

代码示例来源:origin: com.facebook.presto.hive/hive-apache

struct.setCreateTimeIsSet(true);

相关文章

微信公众号

最新文章

更多