Uses of Class
com.amazonaws.athena.connector.lambda.domain.TableName
-
Packages that use TableName Package Description com.amazonaws.athena.connector.lambda.metadata com.amazonaws.athena.connector.lambda.records com.amazonaws.athena.connector.lambda.serde.v2 -
-
Uses of TableName in com.amazonaws.athena.connector.lambda.metadata
Methods in com.amazonaws.athena.connector.lambda.metadata that return TableName Modifier and Type Method Description TableNameGetSplitsRequest. getTableName()Returns the table name that splits should be generated for.TableNameGetTableLayoutRequest. getTableName()Returns the table name to generate a table layout for.TableNameGetTableLayoutResponse. getTableName()Returns the table name that a table layout was generated for.TableNameGetTableRequest. getTableName()Returns the name of the table metadata is being requested for.TableNameGetTableResponse. getTableName()Returns the name of the table.Methods in com.amazonaws.athena.connector.lambda.metadata that return types with arguments of type TableName Modifier and Type Method Description Collection<TableName>ListTablesResponse. getTables()Returns the list of table names.Constructors in com.amazonaws.athena.connector.lambda.metadata with parameters of type TableName Constructor Description GetSplitsRequest(FederatedIdentity identity, String queryId, String catalogName, TableName tableName, Block partitions, List<String> partitionCols, Constraints constraints, String continuationToken)Constructs a new GetSplitsRequest object.GetTableLayoutRequest(FederatedIdentity identity, String queryId, String catalogName, TableName tableName, Constraints constraints, org.apache.arrow.vector.types.pojo.Schema schema, Set<String> partitionCols)Constructs a new GetTableLayoutRequest object.GetTableLayoutResponse(String catalogName, TableName tableName, Block partitions)Constructs a new GetTableLayoutResponse object.GetTableRequest(FederatedIdentity identity, String queryId, String catalogName, TableName tableName)Constructs a new GetTableRequest object.GetTableResponse(String catalogName, TableName tableName, org.apache.arrow.vector.types.pojo.Schema schema)Constructs a new GetTableResponse object.GetTableResponse(String catalogName, TableName tableName, org.apache.arrow.vector.types.pojo.Schema schema, Set<String> partitionColumns)Constructs a new GetTableResponse object.Constructor parameters in com.amazonaws.athena.connector.lambda.metadata with type arguments of type TableName Constructor Description ListTablesResponse(String catalogName, Collection<TableName> tables, String nextToken)Constructs a new ListTablesResponse object. -
Uses of TableName in com.amazonaws.athena.connector.lambda.records
Methods in com.amazonaws.athena.connector.lambda.records that return TableName Modifier and Type Method Description TableNameReadRecordsRequest. getTableName()Returns the name of the table being read from.Constructors in com.amazonaws.athena.connector.lambda.records with parameters of type TableName Constructor Description ReadRecordsRequest(FederatedIdentity identity, String catalogName, String queryId, TableName tableName, org.apache.arrow.vector.types.pojo.Schema schema, Split split, Constraints constraints, long maxBlockSize, long maxInlineBlockSize)Constructs a new ReadRecordsRequest object. -
Uses of TableName in com.amazonaws.athena.connector.lambda.serde.v2
Methods in com.amazonaws.athena.connector.lambda.serde.v2 that return TableName Modifier and Type Method Description TableNameTableNameSerDe.Deserializer. doDeserialize(com.fasterxml.jackson.core.JsonParser jparser, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in com.amazonaws.athena.connector.lambda.serde.v2 with parameters of type TableName Modifier and Type Method Description voidTableNameSerDe.Serializer. doSerialize(TableName tableName, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-