Uses of Class
io.trino.hive.thrift.metastore.FieldSchema
-
Uses of FieldSchema in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return FieldSchemaMethods in io.trino.hive.thrift.metastore that return types with arguments of type FieldSchemaModifier and TypeMethodDescriptionSchemaVersion.getCols()StorageDescriptor.getCols()SchemaVersion.getColsIterator()StorageDescriptor.getColsIterator()Type.getFields()Schema.getFieldSchemas()Schema.getFieldSchemasIterator()Type.getFieldsIterator()ThriftHiveMetastore.Client.getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) PartitionValuesRequest.getPartitionKeys()Table.getPartitionKeys()PartitionValuesRequest.getPartitionKeysIterator()Table.getPartitionKeysIterator()PartitionValuesRequest.getPartitionOrder()PartitionValuesRequest.getPartitionOrderIterator()ThriftHiveMetastore.AsyncClient.get_fields_call.getResult()ThriftHiveMetastore.AsyncClient.get_fields_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.get_schema_call.getResult()ThriftHiveMetastore.AsyncClient.get_schema_with_environment_context_call.getResult()org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>>ThriftHiveMetastore.AsyncProcessor.get_fields_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>>ThriftHiveMetastore.AsyncProcessor.get_fields.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>>ThriftHiveMetastore.AsyncProcessor.get_schema_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>>ThriftHiveMetastore.AsyncProcessor.get_schema.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.Client.getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) ThriftHiveMetastore.get_fields_result.getSuccess()ThriftHiveMetastore.get_fields_with_environment_context_result.getSuccess()ThriftHiveMetastore.get_schema_result.getSuccess()ThriftHiveMetastore.get_schema_with_environment_context_result.getSuccess()ThriftHiveMetastore.get_fields_result.getSuccessIterator()ThriftHiveMetastore.get_fields_with_environment_context_result.getSuccessIterator()ThriftHiveMetastore.get_schema_result.getSuccessIterator()ThriftHiveMetastore.get_schema_with_environment_context_result.getSuccessIterator()ThriftHiveMetastore.Client.recvGetFields()ThriftHiveMetastore.Client.recvGetFieldsWithEnvironmentContext()ThriftHiveMetastore.Client.recvGetSchema()ThriftHiveMetastore.Client.recvGetSchemaWithEnvironmentContext()Methods in io.trino.hive.thrift.metastore with parameters of type FieldSchemaModifier and TypeMethodDescriptionvoidSchemaVersion.addToCols(FieldSchema elem) voidStorageDescriptor.addToCols(FieldSchema elem) voidType.addToFields(FieldSchema elem) voidSchema.addToFieldSchemas(FieldSchema elem) voidPartitionValuesRequest.addToPartitionKeys(FieldSchema elem) voidTable.addToPartitionKeys(FieldSchema elem) voidPartitionValuesRequest.addToPartitionOrder(FieldSchema elem) voidThriftHiveMetastore.get_fields_result.addToSuccess(FieldSchema elem) voidThriftHiveMetastore.get_fields_with_environment_context_result.addToSuccess(FieldSchema elem) voidThriftHiveMetastore.get_schema_result.addToSuccess(FieldSchema elem) voidThriftHiveMetastore.get_schema_with_environment_context_result.addToSuccess(FieldSchema elem) intFieldSchema.compareTo(FieldSchema other) booleanFieldSchema.equals(FieldSchema that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type FieldSchemaModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getFields(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncIface.getFields(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncClient.getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncIface.getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncClient.getSchema(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncIface.getSchema(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncClient.getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncIface.getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) SchemaVersion.setCols(List<FieldSchema> cols) StorageDescriptor.setCols(List<FieldSchema> cols) Type.setFields(List<FieldSchema> fields) Schema.setFieldSchemas(List<FieldSchema> fieldSchemas) PartitionValuesRequest.setPartitionKeys(List<FieldSchema> partitionKeys) Table.setPartitionKeys(List<FieldSchema> partitionKeys) PartitionValuesRequest.setPartitionOrder(List<FieldSchema> partitionOrder) ThriftHiveMetastore.get_fields_result.setSuccess(List<FieldSchema> success) ThriftHiveMetastore.get_fields_with_environment_context_result.setSuccess(List<FieldSchema> success) ThriftHiveMetastore.get_schema_result.setSuccess(List<FieldSchema> success) ThriftHiveMetastore.get_schema_with_environment_context_result.setSuccess(List<FieldSchema> success) voidThriftHiveMetastore.AsyncProcessor.get_fields_with_environment_context.start(I iface, ThriftHiveMetastore.get_fields_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_fields.start(I iface, ThriftHiveMetastore.get_fields_args args, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_schema_with_environment_context.start(I iface, ThriftHiveMetastore.get_schema_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_schema.start(I iface, ThriftHiveMetastore.get_schema_args args, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type FieldSchemaConstructor parameters in io.trino.hive.thrift.metastore with type arguments of type FieldSchemaModifierConstructorDescriptionget_fields_call(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_fields_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) get_fields_with_environment_context_call(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_fields_with_environment_context_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) get_schema_call(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_schema_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) get_schema_with_environment_context_call(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_schema_with_environment_context_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) PartitionValuesRequest(String dbName, String tblName, List<FieldSchema> partitionKeys) SchemaVersion(ISchemaName schema, int version, long createdAt, List<FieldSchema> cols) StorageDescriptor(List<FieldSchema> cols, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, SerDeInfo serdeInfo, List<String> bucketCols, List<Order> sortCols, Map<String, String> parameters) Table(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, StorageDescriptor sd, List<FieldSchema> partitionKeys, Map<String, String> parameters, String viewOriginalText, String viewExpandedText, String tableType)