Class ArrowValueProjectorImpl

    • Constructor Detail

      • ArrowValueProjectorImpl

        public ArrowValueProjectorImpl()
    • Method Detail

      • createValueProjection

        protected com.amazonaws.athena.connector.lambda.data.projectors.ArrowValueProjectorImpl.Projection createValueProjection​(org.apache.arrow.vector.types.Types.MinorType minorType)
        Concrete implementation of ArrowValueProjectorImpl should invoke thie method to get the Projection instance.
        Parameters:
        minorType -
        Returns:
        Projection used by child class to do actual projection work.